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

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

Issue 20385002: Added shim for scrollX and scrollY for IE 9. (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 89753be8e3c7798bb2cb600f3a348448e7514dd0..5a99c8b5cd587846365938ee78ece74eb97299d6 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -303,6 +303,8 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'WheelEvent.initWebKitWheelEvent',
'Window.getComputedStyle',
'Window.moveTo',
+ 'Window.scrollX',
+ 'Window.scrollY',
])
# Members from the standard dom that exist in the dart:html library with

Powered by Google App Engine
This is Rietveld 408576698