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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 18920008: Add point to Window class and Window polyfills of screen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index ff438d4e6a5fb840a04cf6c2f89bcbcd31484e5b..aff410d92ece6469ed18fea4a38d20944436c252 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -300,6 +300,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'UIEvent.pageY',
'WheelEvent.initWebKitWheelEvent',
'DOMWindow.getComputedStyle',
+ 'DOMWindow.moveTo',
])
# Members from the standard dom that exist in the dart:html library with

Powered by Google App Engine
This is Rietveld 408576698