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

Unified Diff: core/css/FontLoader.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/README ('k') | core/dom/Attr.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/FontLoader.idl
diff --git a/core/css/FontLoader.idl b/core/css/FontLoader.idl
index 4e922c1ee52e7376b1c77cf44310578c9c22fbeb..06ce8c0bcfd3c4259940702e593e51ada70c1f75 100644
--- a/core/css/FontLoader.idl
+++ b/core/css/FontLoader.idl
@@ -35,11 +35,11 @@
GenerateIsReachable=document
] interface FontLoader : EventTarget {
- attribute EventListener onloading;
- attribute EventListener onloadingdone;
- attribute EventListener onloadstart;
- attribute EventListener onload;
- attribute EventListener onerror;
+ attribute EventHandler onloading;
+ attribute EventHandler onloadingdone;
+ attribute EventHandler onloadstart;
+ attribute EventHandler onload;
+ attribute EventHandler onerror;
boolean checkFont(DOMString font, [Default=NullString] optional DOMString text);
void loadFont(Dictionary params);
« no previous file with comments | « core/README ('k') | core/dom/Attr.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698