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

Unified Diff: lib/dom/scripts/systeminterface.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/scripts/systemhtml.py ('k') | lib/dom/src/frog_FactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systeminterface.py
diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py
index 2eadba7dcc0e7240c483de898cc09bcdf7f3671e..ca61eae4f1156f94ec161848aeda38a52976f8fd 100644
--- a/lib/dom/scripts/systeminterface.py
+++ b/lib/dom/scripts/systeminterface.py
@@ -148,7 +148,8 @@ class DartInterfaceGenerator(object):
'\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/scripts/systemhtml.py ('k') | lib/dom/src/frog_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698