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

Unified Diff: Source/core/frame/WindowEventHandlers.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 with whitespace 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
« no previous file with comments | « Source/core/frame/Window.idl ('k') | Source/core/html/HTMLBodyElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/WindowEventHandlers.idl
diff --git a/Source/core/frame/WindowEventHandlers.idl b/Source/core/frame/WindowEventHandlers.idl
index b7634ae98bf60421bd51029ce00e5a14074bf343..c2685574d8245930652dd3035b6d61a02e2fdf01 100644
--- a/Source/core/frame/WindowEventHandlers.idl
+++ b/Source/core/frame/WindowEventHandlers.idl
@@ -41,7 +41,6 @@
attribute EventHandler onpagehide;
attribute EventHandler onpageshow;
attribute EventHandler onpopstate;
- attribute EventHandler onresize;
attribute EventHandler onstorage;
attribute EventHandler onunload;
};
« no previous file with comments | « Source/core/frame/Window.idl ('k') | Source/core/html/HTMLBodyElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698