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

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

Issue 23163010: rollback problem blink merge cl (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/htmldartgenerator.py ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmleventgenerator.py
===================================================================
--- tools/dom/scripts/htmleventgenerator.py (revision 26337)
+++ tools/dom/scripts/htmleventgenerator.py (working copy)
@@ -328,8 +328,7 @@
for super_interface in all_interfaces:
events = events.union(
set([attr.id for attr in super_interface.attributes
- if (attr.type.id == 'EventHandler'
- or attr.type.id == 'EventListener')]))
+ if attr.type.id == 'EventListener']))
return events
def _GetEvents(self, interface, custom_events):
« no previous file with comments | « tools/dom/scripts/htmldartgenerator.py ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698