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

Unified Diff: core/page/EventSource.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/page/DOMWindowPagePopup.idl ('k') | core/page/WebKitPoint.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/EventSource.idl
diff --git a/core/page/EventSource.idl b/core/page/EventSource.idl
index c9ff7b3a5d6467cdbd07d1589b2373b43ddaf9a0..b50a876d33b9163aa42613926d6818aa5763ee64 100644
--- a/core/page/EventSource.idl
+++ b/core/page/EventSource.idl
@@ -33,8 +33,8 @@
GlobalContext=WindowAndWorker,
ActiveDOMObject,
Constructor(DOMString url, optional Dictionary eventSourceInit),
- CallWith=ScriptExecutionContext,
- RaisesException,
+ ConstructorCallWith=ScriptExecutionContext,
+ ConstructorRaisesException,
EventTarget
] interface EventSource {
« no previous file with comments | « core/page/DOMWindowPagePopup.idl ('k') | core/page/WebKitPoint.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698