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

Unified Diff: core/page/EventSource.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/page/Console.idl ('k') | core/page/ImageBitmapCallback.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 d92caa9df7030dadae98a93f3f97c648eed1bdfa..6aeade10232099a688e87a1a9f996d466dcf0df3 100644
--- a/core/page/EventSource.idl
+++ b/core/page/EventSource.idl
@@ -48,8 +48,8 @@
readonly attribute unsigned short readyState;
// networking
- attribute EventListener onopen;
- attribute EventListener onmessage;
- attribute EventListener onerror;
+ attribute EventHandler onopen;
+ attribute EventHandler onmessage;
+ attribute EventHandler onerror;
void close();
};
« no previous file with comments | « core/page/Console.idl ('k') | core/page/ImageBitmapCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698