Index: Source/core/loader/FormSubmission.h |
diff --git a/Source/core/loader/FormSubmission.h b/Source/core/loader/FormSubmission.h |
index 66658edd9d7e9825815fa441bff519a59225c723..8731bac3ecbd72095f1348dca5d2f621cb28b0ee 100644 |
--- a/Source/core/loader/FormSubmission.h |
+++ b/Source/core/loader/FormSubmission.h |
@@ -94,7 +94,7 @@ public: |
static PassRefPtr<FormSubmission> create(HTMLFormElement*, const Attributes&, PassRefPtr<Event> event, FormSubmissionTrigger); |
void populateFrameLoadRequest(FrameLoadRequest&); |
- |
+ |
KURL requestURL() const; |
Method method() const { return m_method; } |