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

Unified Diff: Source/core/html/HTMLBodyElement.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
Index: Source/core/html/HTMLBodyElement.idl
diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl
index 374f671e49e8a5a2e9375142dff62292e243a7bc..d96c36dbfac0b22b21f2ae18b448814586edb0aa 100644
--- a/Source/core/html/HTMLBodyElement.idl
+++ b/Source/core/html/HTMLBodyElement.idl
@@ -39,11 +39,12 @@ interface HTMLBodyElement : 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;

Powered by Google App Engine
This is Rietveld 408576698