Index: Source/core/html/DOMFormData.h |
diff --git a/Source/core/html/DOMFormData.h b/Source/core/html/DOMFormData.h |
index f2e023a2379c3f5d754c01435a57db71ad4159db..2d73de8430c58d475ac66f0826832f37d11c91a5 100644 |
--- a/Source/core/html/DOMFormData.h |
+++ b/Source/core/html/DOMFormData.h |
@@ -67,7 +67,7 @@ public: |
// FormData interface. |
void append(const String& name, const String& value); |
- void append(const String& name, Blob*, const String& filename = String()); |
+ void append(ExecutionContext*, const String& name, Blob*, const String& filename = String()); |
void get(const String& name, FormDataEntryValue& result); |
Vector<FormDataEntryValue> getAll(const String& name); |
void set(const String& name, const String& value); |