| Index: sdk/lib/html/src/native_DOMImplementation.dart
|
| diff --git a/sdk/lib/html/src/native_DOMImplementation.dart b/sdk/lib/html/src/native_DOMImplementation.dart
|
| index 206ec0f5bfca0e62e5cfe6c7c346f5e0a895c7ea..3d3689cfe8587ffc74a57c0ceb05d5e68f530c1a 100644
|
| --- a/sdk/lib/html/src/native_DOMImplementation.dart
|
| +++ b/sdk/lib/html/src/native_DOMImplementation.dart
|
| @@ -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 _Utils {
|
| static List convertToList(List list) {
|
| // FIXME: [possible optimization]: do not copy the array if Dart_IsArray is fine w/ it.
|
|
|