Index: third_party/WebKit/Source/core/loader/FormSubmission.h |
diff --git a/third_party/WebKit/Source/core/loader/FormSubmission.h b/third_party/WebKit/Source/core/loader/FormSubmission.h |
index 97e1009366154d09f5363205c0f7a2300257e52b..8db0861df88738e0fc151dbdeca8777da663645b 100644 |
--- a/third_party/WebKit/Source/core/loader/FormSubmission.h |
+++ b/third_party/WebKit/Source/core/loader/FormSubmission.h |
@@ -42,6 +42,7 @@ namespace blink { |
class Document; |
class EncodedFormData; |
class Event; |
+class HTMLFormControlElement; |
class HTMLFormElement; |
class FormSubmission : public GarbageCollectedFinalized<FormSubmission> { |
@@ -90,7 +91,7 @@ public: |
String m_acceptCharset; |
}; |
- static FormSubmission* create(HTMLFormElement*, const Attributes&, Event*); |
+ static FormSubmission* create(HTMLFormElement*, const Attributes&, Event*, HTMLFormControlElement* submitButton); |
DECLARE_TRACE(); |
FrameLoadRequest createFrameLoadRequest(Document* originDocument); |