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

Unified Diff: lib/dom/scripts/systemnative.py

Issue 10692006: Build fix for r9154. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemnative.py
diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
index 2515b9622cb20d62afdf1b6ef947fe62203773fa..cf9eb13c4fb5de73243f1ac46b017851302d8770 100644
--- a/lib/dom/scripts/systemnative.py
+++ b/lib/dom/scripts/systemnative.py
@@ -393,7 +393,7 @@ class NativeImplementationGenerator(systembase.BaseGenerator):
events_attributes = DomToHtmlEvents(self._interface.id, events_attributes)
for event_name in events_attributes:
events_members.Emit(
- ' EventListenerList get $HTML_NAME() => _get(\'$DOM_NAME\');\n',
+ ' EventListenerList get $HTML_NAME() => this[\'$DOM_NAME\'];\n',
HTML_NAME=DomToHtmlEvent(event_name),
DOM_NAME=event_name)
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698