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

Unified Diff: Source/core/html/FormData.idl

Issue 1102253002: Oilpan: keep FormData on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/html/DOMFormData.cpp ('k') | Source/core/html/FormDataList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormData.idl
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl
index 04008912df819fae7f3274d9e11b2c5c4f52d925..a9135586d45bb7b0281939bc33cac07aa46a6061 100644
--- a/Source/core/html/FormData.idl
+++ b/Source/core/html/FormData.idl
@@ -35,8 +35,8 @@ typedef (File or USVString) FormDataEntryValue;
[
Constructor(optional HTMLFormElement form),
Exposed=(Window,Worker),
+ GarbageCollected,
ImplementedAs=DOMFormData,
- WillBeGarbageCollected,
] interface FormData {
void append(USVString name, Blob value, optional USVString filename);
void append(USVString name, USVString value);
« no previous file with comments | « Source/core/html/DOMFormData.cpp ('k') | Source/core/html/FormDataList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698