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

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

Issue 10860038: Preparing Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « lib/dom/scripts/systemhtml.py ('k') | lib/html/src/IDBOpenDBRequest.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 fee48c11f700a527c6164b548f863377eb18dcd5..5a231cb12e70d1db45c13fa89fe0ad39fadd78ef 100644
--- a/lib/dom/scripts/systemnative.py
+++ b/lib/dom/scripts/systemnative.py
@@ -430,6 +430,8 @@ class NativeImplementationGenerator(systembase.BaseGenerator):
webcore_function_name = 'getNonEmptyURLAttribute'
else:
webcore_function_name = 'getURLAttribute'
+ elif 'ImplementedAs' in attr.ext_attrs:
+ webcore_function_name = attr.ext_attrs['ImplementedAs']
else:
if attr.id == 'operator':
webcore_function_name = '_operator'
« no previous file with comments | « lib/dom/scripts/systemhtml.py ('k') | lib/html/src/IDBOpenDBRequest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698