| Index: lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| diff --git a/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate b/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| index c3d35a79a0cef039df2ff2577971057cb613cf70..c120b45a7a4d1eb7d04224b85be0bbc9eb4e31a4 100644
|
| --- a/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| +++ b/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory DataView(ArrayBuffer buffer,
|
| - [int byteOffset = null, int byteLength = null])
|
| + static DataView createDataView(ArrayBuffer buffer,
|
| + [int byteOffset = null, int byteLength = null])
|
| native '''
|
| if (byteOffset == null) return new DataView(buffer);
|
| if (byteLength == null) return new DataView(buffer, byteOffset);
|
|
|