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

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

Issue 9969001: Typed array constructors with optional buffer offset and length. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: include htmldartium Created 8 years, 9 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 | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/scripts/systeminterface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index b5fd89b2195832b9cb29d2733df175d8045e412b..020c239e3638782ec72c4f8ea28845c9f22e82e5 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -651,7 +651,8 @@ class HtmlDartInterfaceGenerator(DartInterfaceGenerator):
'\n'
' $CTOR.fromList(List<$TYPE> list);\n'
'\n'
- ' $CTOR.fromBuffer(ArrayBuffer buffer);\n',
+ ' $CTOR.fromBuffer(ArrayBuffer buffer,'
+ ' [int byteOffset, int length]);\n',
CTOR=self._interface.id,
TYPE=DartType(element_type))
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/scripts/systeminterface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698