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

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

Issue 136593002: Move onresize from just Window to Window and elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild Created 6 years, 11 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 139b34a52a1f3accdd8086317d6e93307d7984cd..9a76e4a86391cc91a4a8bfe8201a67024608225b 100644
--- a/Source/core/html/HTMLBodyElement.idl
+++ b/Source/core/html/HTMLBodyElement.idl
@@ -33,7 +33,9 @@ interface HTMLBodyElement : HTMLElement {
attribute EventHandler onerror;
attribute EventHandler onfocus;
attribute EventHandler onload;
+ attribute EventHandler onresize;
attribute EventHandler onscroll;
};
+// force rebuild: crbug.com/307023
tkent 2014/01/14 03:19:22 This change is unnecessary, right?
philipj_slow 2014/01/14 09:43:20 Oops, yes, I blindly added it to all implementors
HTMLBodyElement implements WindowEventHandlers;

Powered by Google App Engine
This is Rietveld 408576698