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: sdk/lib/html/scripts/systemnative.py

Issue 11412042: "Reverting 15020" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: sdk/lib/html/scripts/systemnative.py
diff --git a/sdk/lib/html/scripts/systemnative.py b/sdk/lib/html/scripts/systemnative.py
index 667150046484fb598c97a0ed7058d824b14c46d5..09e02083d3abf6942e2def6bb66bb2a8cd9f0b33 100644
--- a/sdk/lib/html/scripts/systemnative.py
+++ b/sdk/lib/html/scripts/systemnative.py
@@ -208,10 +208,10 @@ class DartiumBackend(HtmlDartGenerator):
ARGUMENTS=constructor_info.ParametersAsArgumentList(),
NATIVE_NAME=native_binding)
- def AddConstructors(self, constructors, factory_name, class_name,
- base_class, factory_constructor_name=None):
- super(DartiumBackend, self).AddConstructors(constructors, factory_name,
- class_name, base_class, factory_constructor_name)
+ def AddConstructors(self, constructors, factory_provider, class_name,
+ base_class):
+ super(DartiumBackend, self).AddConstructors(constructors, factory_provider,
+ class_name, base_class)
super_constructor = ''
if base_class and base_class != 'NativeFieldWrapperClass1':
« no previous file with comments | « sdk/lib/html/scripts/systemhtml.py ('k') | sdk/lib/html/templates/html/impl/factoryprovider_Elements.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698