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

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

Issue 10825438: Remove old feature for generating canned native bodies. (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/generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemdart2js.py
diff --git a/lib/dom/scripts/systemdart2js.py b/lib/dom/scripts/systemdart2js.py
index 1644f665e5d374cdb0eb316c530c9b637a1f27c8..083cb00af5863bf339aabd19ef8365aea3047d9a 100644
--- a/lib/dom/scripts/systemdart2js.py
+++ b/lib/dom/scripts/systemdart2js.py
@@ -377,11 +377,6 @@ class Dart2JSInterfaceGenerator(BaseGenerator):
if info.declared_name != info.name:
native_string = " '%s'" % info.declared_name
- native_body = dom_dart2js_native_bodies.get(
- self._interface.id + '.' + info.name, '')
- if native_body:
- native_string = " '''" + native_body + "'''"
-
self._members_emitter.Emit(
'\n'
' $TYPE $NAME($PARAMS) native$NATIVESTRING;\n',
« no previous file with comments | « lib/dom/scripts/generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698