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

Unified Diff: Source/core/dom/URL.idl

Issue 434133002: Support WebIDL's ExtendedAttributeIdentList in the Blink parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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/dom/MessageChannel.idl ('k') | Source/core/events/MessageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/URL.idl
diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
index 8a92039656eb1db944f7ae6f5aba83f6ce57b394..64f14fbf6808bea9e27f79e752e8690e97a529d9 100644
--- a/Source/core/dom/URL.idl
+++ b/Source/core/dom/URL.idl
@@ -30,7 +30,7 @@
Constructor(ScalarValueString url),
Constructor(ScalarValueString url, ScalarValueString base),
Constructor(ScalarValueString url, URL base),
- Exposed=Window&Worker,
+ Exposed=(Window,Worker),
ImplementedAs=DOMURL,
RaisesException=Constructor,
WillBeGarbageCollected,
« no previous file with comments | « Source/core/dom/MessageChannel.idl ('k') | Source/core/events/MessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698