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

Unified Diff: Source/core/frame/Window.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/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index 632e3a26b4504f624b84df0ce7b0370e97b56f4f..a86ec2e042b47860765ba69b3ee3dc12b4580d65 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -236,6 +236,7 @@
[Custom, NotEnumerable] getter Window (DOMString name);
};
+// force rebuild: crbug.com/307023
Window implements GlobalEventHandlers;
Window implements ImageBitmapFactories;
Window implements WindowBase64;

Powered by Google App Engine
This is Rietveld 408576698