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

Unified Diff: Source/core/html/HTMLFrameSetElement.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/HTMLFrameSetElement.idl
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
index 38a5f21424bd288d0cf23f1aa1f06e76c2b46a0c..32710ab4bd9f95d83da7235d6e44ea2b947e4d99 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -30,7 +30,9 @@ interface HTMLFrameSetElement : 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 because you add 'onresi
philipj_slow 2014/01/14 09:43:20 Yes.
HTMLFrameSetElement implements WindowEventHandlers;

Powered by Google App Engine
This is Rietveld 408576698