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

Unified Diff: html/HTMLFrameSetElement.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « html/HTMLEmbedElement.idl ('k') | html/HTMLIFrameElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/HTMLFrameSetElement.idl
diff --git a/html/HTMLFrameSetElement.idl b/html/HTMLFrameSetElement.idl
index b4fa43da3d665aa6c1cb073a01d672976665aa39..993126cf1c34fdeb59a327f759d6b1169fd55d77 100644
--- a/html/HTMLFrameSetElement.idl
+++ b/html/HTMLFrameSetElement.idl
@@ -26,29 +26,29 @@
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
// Event handler attributes
- [NotEnumerable, JSWindowEventListener] attribute EventListener onbeforeunload;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onhashchange;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onmessage;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onoffline;
- [NotEnumerable, JSWindowEventListener] attribute EventListener ononline;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onpopstate;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onresize;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onstorage;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onunload;
+ [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;
- [Conditional=ORIENTATION_EVENTS, NotEnumerable, JSWindowEventListener] attribute EventListener onorientationchange;
+ [Conditional=ORIENTATION_EVENTS, NotEnumerable] attribute EventListener onorientationchange;
// Overrides of Element attributes (with different implementation in bindings).
- [NotEnumerable, JSWindowEventListener] attribute EventListener onblur;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onerror;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onfocus;
- [NotEnumerable, JSWindowEventListener] attribute EventListener onload;
+ [NotEnumerable] attribute EventListener onblur;
+ [NotEnumerable] attribute EventListener onerror;
+ [NotEnumerable] attribute EventListener onfocus;
+ [NotEnumerable] attribute EventListener onload;
// Not implemented yet.
- // attribute [NotEnumerable, JSWindowEventListener] EventListener onafterprint;
- // attribute [NotEnumerable, JSWindowEventListener] EventListener onbeforeprint;
- // attribute [NotEnumerable, JSWindowEventListener] EventListener onredo;
- // attribute [NotEnumerable, JSWindowEventListener] EventListener onundo;
+ // attribute [NotEnumerable] EventListener onafterprint;
+ // attribute [NotEnumerable] EventListener onbeforeprint;
+ // attribute [NotEnumerable] EventListener onredo;
+ // attribute [NotEnumerable] EventListener onundo;
#endif
};
« no previous file with comments | « html/HTMLEmbedElement.idl ('k') | html/HTMLIFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698