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

Unified Diff: Source/core/dom/Document.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/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 7fde6aaa07bfa9583d5ebe5600f3a6fedd202cc5..ac21222ebf80b4b62d275dd64c01b16150033ac5 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -215,5 +215,6 @@ callback CustomElementConstructor = Element ();
readonly attribute HTMLScriptElement currentScript;
};
+// force rebuild: crbug.com/307023
tkent 2014/01/14 03:19:22 Would you add a blank line at the end of the file
philipj_slow 2014/01/14 09:43:20 Done. The comment was copied from URL.idl, but I'l
Document implements GlobalEventHandlers;
Document implements ParentNode;

Powered by Google App Engine
This is Rietveld 408576698