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

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

Issue 1126463005: Clean up WheelEvent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes" Created 5 years, 7 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
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index d81c614b1ad2ea15bfb48c8d18be9eacbc127459..de039ed73cbbf8db19cf80d36990608cc0427db9 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -92,8 +92,6 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'URL.revokeObjectURL',
'URL.toString',
'WheelEvent.deltaMode',
- 'WheelEvent.wheelDeltaX',
- 'WheelEvent.wheelDeltaY',
'Window.cancelAnimationFrame',
'Window.console',
'Window.document',
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698