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

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

Issue 12087112: Can now correctly add documentation to constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 1b0063a021da6d04ba96bf7ae71595381fb232da..cf26b29c1a156f167c6bb2474b36a69f70fa9339 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -427,7 +427,8 @@ class HtmlDartInterfaceGenerator(object):
self._implementation_members_emitter,
self._library_name)
self._backend.AddConstructors(
- constructors, factory_provider, factory_constructor_name)
+ constructors, factory_provider, factory_constructor_name,
+ self._library_name)
self._backend.EmitSupportCheck()
« tools/dom/scripts/htmldartgenerator.py ('K') | « tools/dom/scripts/htmldartgenerator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698