| Index: sdk/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| index d903761ddbb43f81e6f5cc094a5d9efc1e5813a2..fb75e509c4c866b07ac50e418f8fe32666895baa 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/factoryprovider_DataView.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $FACTORYPROVIDER {
|
| static DataView createDataView(
|
| ArrayBuffer buffer, [int byteOffset = null, int byteLength = null]) {
|
|
|