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

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

Issue 1215463008: Sync the EventSource interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/page/EventSourceInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventSource.idl
diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl
index 6e1512c486a3391a56432671bf4810eeddbc6e8d..cabfc5cecd0dc8892bc4832cb427fe5871483fa3 100644
--- a/Source/core/page/EventSource.idl
+++ b/Source/core/page/EventSource.idl
@@ -33,7 +33,7 @@
[
ActiveDOMObject,
- Constructor(DOMString url, optional EventSourceInit eventSourceInit),
+ Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
GarbageCollected,
« no previous file with comments | « no previous file | Source/core/page/EventSourceInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698