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

Unified Diff: Source/core/html/HTMLFrameSetElement.idl

Issue 37263002: Unify the GlobalEventHandlers list on the C++ side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: one list to rule the C++ side Created 7 years, 2 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
« Source/core/events/EventTarget.h ('K') | « Source/core/html/HTMLFrameSetElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameSetElement.idl
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
index 455f8ee3c679729ed9aa3a7f5a9a8cf6237bece3..ba8679e04a5985dc545e39bc858d8a73c5bb482d 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -36,11 +36,12 @@ interface HTMLFrameSetElement : HTMLElement {
[Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
- // Overrides of Element attributes (with different implementation in bindings).
+ // Overrides of GlobalEventHandler attributes
attribute EventHandler onblur;
attribute EventHandler onerror;
attribute EventHandler onfocus;
attribute EventHandler onload;
+ attribute EventHandler onscroll;
// Not implemented yet.
// attribute EventHandler onafterprint;
« Source/core/events/EventTarget.h ('K') | « Source/core/html/HTMLFrameSetElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698