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

Unified Diff: lib/html/scripts/htmlrenamer.py

Issue 11099033: Rename WebKit's WheelEvent.wheelDelta{X,Y} to W3C WheelEvent.delta{X,Y}. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/html/scripts/htmlrenamer.py
diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
index 67a00cd81e28c60943ea1efdbc8d5682c9be2575..5ef50d94874cce6204698516732026e54c3507f2 100644
--- a/lib/html/scripts/htmlrenamer.py
+++ b/lib/html/scripts/htmlrenamer.py
@@ -265,9 +265,6 @@ _removed_html_members = set([
"Node.get:PROCESSING_INSTRUCTION_NODE",
'ShadowRoot.getElementsByTagNameNS',
"IFrameElement.get:contentDocument",
- "WheelEvent.wheelDelta",
- "WheelEvent.wheelDeltaX",
- "WheelEvent.wheelDeltaY",
"LocalWindow.get:frameElement",
"LocalWindow.get:frames",
"LocalWindow.get:length",

Powered by Google App Engine
This is Rietveld 408576698