Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Unified Diff: Source/core/html/DOMFormData.h

Issue 1174973003: Measure usage of FormData.append(name, blob, filename) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/DOMFormData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/DOMFormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698