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

Unified Diff: core/html/HTMLFrameSetElement.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/html/HTMLFormElement.idl ('k') | core/html/HTMLInputElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLFrameSetElement.idl
diff --git a/core/html/HTMLFrameSetElement.idl b/core/html/HTMLFrameSetElement.idl
index 09c262c2f61e5dea5482624b9ead629fdeed3e7d..0a356846b4e613d608968f800e57af1358ba2127 100644
--- a/core/html/HTMLFrameSetElement.idl
+++ b/core/html/HTMLFrameSetElement.idl
@@ -24,28 +24,28 @@ interface HTMLFrameSetElement : HTMLElement {
[Reflect] attribute DOMString rows;
// Event handler attributes
- [NotEnumerable] attribute EventListener onbeforeunload;
- [NotEnumerable] attribute EventListener onhashchange;
- [NotEnumerable] attribute EventListener onmessage;
- [NotEnumerable] attribute EventListener onoffline;
- [NotEnumerable] attribute EventListener ononline;
- [NotEnumerable] attribute EventListener onpopstate;
- [NotEnumerable] attribute EventListener onresize;
- [NotEnumerable] attribute EventListener onstorage;
- [NotEnumerable] attribute EventListener onunload;
+ [NotEnumerable] attribute EventHandler onbeforeunload;
+ [NotEnumerable] attribute EventHandler onhashchange;
+ [NotEnumerable] attribute EventHandler onmessage;
+ [NotEnumerable] attribute EventHandler onoffline;
+ [NotEnumerable] attribute EventHandler ononline;
+ [NotEnumerable] attribute EventHandler onpopstate;
+ [NotEnumerable] attribute EventHandler onresize;
+ [NotEnumerable] attribute EventHandler onstorage;
+ [NotEnumerable] attribute EventHandler onunload;
- [Conditional=ORIENTATION_EVENTS, NotEnumerable] attribute EventListener onorientationchange;
+ [Conditional=ORIENTATION_EVENTS, NotEnumerable] attribute EventHandler onorientationchange;
// Overrides of Element attributes (with different implementation in bindings).
- [NotEnumerable] attribute EventListener onblur;
- [NotEnumerable] attribute EventListener onerror;
- [NotEnumerable] attribute EventListener onfocus;
- [NotEnumerable] attribute EventListener onload;
+ [NotEnumerable] attribute EventHandler onblur;
+ [NotEnumerable] attribute EventHandler onerror;
+ [NotEnumerable] attribute EventHandler onfocus;
+ [NotEnumerable] attribute EventHandler onload;
// Not implemented yet.
- // attribute [NotEnumerable] EventListener onafterprint;
- // attribute [NotEnumerable] EventListener onbeforeprint;
- // attribute [NotEnumerable] EventListener onredo;
- // attribute [NotEnumerable] EventListener onundo;
+ // attribute [NotEnumerable] EventHandler onafterprint;
+ // attribute [NotEnumerable] EventHandler onbeforeprint;
+ // attribute [NotEnumerable] EventHandler onredo;
+ // attribute [NotEnumerable] EventHandler onundo;
};
« no previous file with comments | « core/html/HTMLFormElement.idl ('k') | core/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698