diff options
Diffstat (limited to 'WebCore/wml/WMLGoElement.h')
-rw-r--r-- | WebCore/wml/WMLGoElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLGoElement.h b/WebCore/wml/WMLGoElement.h index f602a39..d7f8991 100644 --- a/WebCore/wml/WMLGoElement.h +++ b/WebCore/wml/WMLGoElement.h @@ -22,7 +22,7 @@ #define WMLGoElement_h #if ENABLE(WML) -#include "FormDataBuilder.h" +#include "FormSubmission.h" #include "WMLTaskElement.h" namespace WebCore { @@ -48,7 +48,7 @@ private: PassRefPtr<FormData> createFormData(const CString& boundary); Vector<WMLPostfieldElement*> m_postfieldElements; - FormDataBuilder m_formDataBuilder; + FormSubmission::Attributes m_formAttributes; }; } |