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

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

Issue 1752983003: Moved ChromiumSubscribeUniform to web_gl (Closed) Base URL: git@github.com:dart-lang/sdk.git@integration
Patch Set: Merged from integration to master Created 4 years, 10 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 | « tools/dom/scripts/idlnode.py ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 765669564176f9311cd2e2f0d768999ca9f9c55f..b31b23d9bb5fbef285295bd9f14ef7706be6727e 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -737,7 +737,7 @@ class Dart2JSBackend(HtmlDartGenerator):
"""
def __init__(self, interface, options, logging_level=logging.WARNING):
- super(Dart2JSBackend, self).__init__(interface, options, False)
+ super(Dart2JSBackend, self).__init__(interface, options, False, _logger)
self._database = options.database
self._template_loader = options.templates
@@ -747,7 +747,6 @@ class Dart2JSBackend(HtmlDartGenerator):
self._interface_type_info = self._type_registry.TypeInfo(self._interface.id)
self._current_secondary_parent = None
self._library_name = self._renamer.GetLibraryName(self._interface)
-
_logger.setLevel(logging_level)
def ImplementsMergedMembers(self):
« no previous file with comments | « tools/dom/scripts/idlnode.py ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698