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

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

Issue 11931009: Adding support for the MouseWheel event in Streams. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding more dynamic checking for which init function to use. Created 7 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index b5dcd3dab24376155a596a64d0fd99533735dccc..993fdc95ec463004f4144380e90f963ecc367f53 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -437,7 +437,7 @@ class HtmlDartInterfaceGenerator(object):
self._event_generator.EmitStreamGetters(
self._interface,
self._interface.doc_js_name,
- self._backend.CustomJSMembers(),
+ [],
self._implementation_members_emitter)
self._backend.FinishInterface()

Powered by Google App Engine
This is Rietveld 408576698