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

Unified Diff: client/dom/scripts/dartgenerator.py

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « client/dom/generated/wrapping_dom_externs.js ('k') | client/fling/dist/runtime/apps/adminz/adminz.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator.py
diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
index 58dd47398db7d8d86c3fe8b4377392d62075d829..16eb78d1dbc38e81f5dd5899b0bd5b1aa96a3d51 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -459,6 +459,7 @@ class DartGenerator(object):
generator.AddConstant(const)
for attr in sorted(interface.attributes, AttributeOutputOrder):
+ if attr.type.id == 'EventListener': continue
if attr.is_fc_getter:
for generator in generators:
generator.AddGetter(attr)
« no previous file with comments | « client/dom/generated/wrapping_dom_externs.js ('k') | client/fling/dist/runtime/apps/adminz/adminz.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698