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

Unified Diff: Source/core/page/EventSource.idl

Issue 434133002: Support WebIDL's ExtendedAttributeIdentList in the Blink parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moved parsing to chrome 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
Index: Source/core/page/EventSource.idl
diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl
index 23f2f1b265dd353ef15e6e5349720cf7b097887c..685c5693a3cf2c4b9cdef08690b404e6f5699da7 100644
--- a/Source/core/page/EventSource.idl
+++ b/Source/core/page/EventSource.idl
@@ -34,7 +34,7 @@
ActiveDOMObject,
Constructor(DOMString url, optional Dictionary eventSourceInit),
ConstructorCallWith=ExecutionContext,
- Exposed=Window&Worker,
+ Exposed=(Window,Worker),
RaisesException=Constructor,
] interface EventSource : EventTarget {

Powered by Google App Engine
This is Rietveld 408576698