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

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

Issue 367913002: Merge request for r37883 (Closed) Base URL: https://dart.googlecode.com/svn/branches/1.5/dart
Patch Set: Created 6 years, 6 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/htmldartgenerator.py ('k') | no next file » | 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 42d252e8d5e6148c5e1ee24bd7dac3ffa61fcb18..1bfb1d729e3a0ac3268f33de8f020d43570318a3 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -1145,12 +1145,6 @@ class Dart2JSBackend(HtmlDartGenerator):
def CustomJSMembers(self):
return _js_custom_members
- def _NarrowToImplementationType(self, type_name):
- return self._type_registry.TypeInfo(type_name).narrow_dart_type()
-
- def _NarrowInputType(self, type_name):
- return self._NarrowToImplementationType(type_name)
-
def _FindShadowedAttribute(self, attr):
"""Returns (attribute, superinterface) or (None, None)."""
def FindInParent(interface):
« no previous file with comments | « tools/dom/scripts/htmldartgenerator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698