| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index e4cc61ba557ba28157cbd8fc8cab4e9dec1b4a0f..687daf23db50317979f1d5591e36910ef203bde7 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -28504,6 +28504,7 @@ abstract class History {
|
| // 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.
|
|
|
| +
|
| abstract class CssClassSet implements Set<String> {
|
|
|
| String toString() {
|
| @@ -28633,6 +28634,7 @@ typedef void EventListener(Event event);
|
| // 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.
|
|
|
| +
|
| class FilteredElementList implements List {
|
| final Node _node;
|
| final List<Node> _childNodes;
|
| @@ -29698,6 +29700,7 @@ class _DocumentFragmentFactoryProvider {
|
| // 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.
|
|
|
| +
|
| class _AudioContextFactoryProvider {
|
| static AudioContext createAudioContext() => _createAudioContext();
|
| static _createAudioContext([int numberOfChannels,
|
| @@ -30461,6 +30464,7 @@ class _Deserializer {
|
| // 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.
|
|
|
| +
|
| /**
|
| * Checks to see if the mutation observer API is supported on the current
|
| * platform.
|
| @@ -30594,6 +30598,7 @@ class _Lists {
|
| // 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.
|
|
|
| +
|
| // This API is exploratory.
|
| spawnDomFunction(Function topLevelFunction) => _Utils.spawnDomFunctionImpl(topLevelFunction);
|
|
|
| @@ -30623,6 +30628,7 @@ class TestRunner {
|
| // 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.
|
|
|
| +
|
| class _Utils {
|
| static List convertToList(List list) {
|
| // FIXME: [possible optimization]: do not copy the array if Dart_IsArray is fine w/ it.
|
|
|