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

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

Issue 434133002: Support WebIDL's ExtendedAttributeIdentList in the Blink parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/core/html/FormData.idl
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl
index 49914a7b35cb127cef7ab8a0c048075ec39616ce..c4b1c21a830fc9368675191e9ff4a9584887b4eb 100644
--- a/Source/core/html/FormData.idl
+++ b/Source/core/html/FormData.idl
@@ -32,7 +32,7 @@
[
Constructor(optional HTMLFormElement form),
- Exposed=Window&Worker,
+ Exposed=(Window,Worker),
ImplementedAs=DOMFormData,
WillBeGarbageCollected,
] interface FormData {

Powered by Google App Engine
This is Rietveld 408576698