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

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

Issue 10388084: Better support for the case of typed arrays inheriting from other typed arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebaseline Created 8 years, 7 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: lib/dom/scripts/systemfrog.py
diff --git a/lib/dom/scripts/systemfrog.py b/lib/dom/scripts/systemfrog.py
index 5a72d7678d818547326648f6337aa4e6d78100e3..3cb5cc1ba7f9767935aa3cae4741e8448166fb81 100644
--- a/lib/dom/scripts/systemfrog.py
+++ b/lib/dom/scripts/systemfrog.py
@@ -344,6 +344,8 @@ class FrogInterfaceGenerator(object):
template = self._system._templates.Load(template_file)
self._members_emitter.Emit(template, E=DartType(element_type))
+ def AmendIndexer(self, element_type):
+ pass
def AddOperation(self, info):
"""

Powered by Google App Engine
This is Rietveld 408576698