| 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 ebf1be96c6f16909e1e6afd4397d670203a40e9e..dc87c433ec3ac2d25733751343c2bca90b12d000 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -20277,7 +20277,7 @@ class ShadowRoot extends DocumentFragment {
|
| @DocsEditable
|
| Selection getSelection() native "ShadowRoot_getSelection_Callback";
|
|
|
| - static bool get supported => _Utils.shadowRootSupported(window.document);
|
| + static bool final supported = true;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -31060,7 +31060,6 @@ class _Utils {
|
| static void spawnDomFunction(Function f, int replyTo) native "Utils_spawnDomFunction";
|
| static void spawnDomUri(String uri, int replyTo) native "Utils_spawnDomUri";
|
| static int _getNewIsolateId() native "Utils_getNewIsolateId";
|
| - static bool shadowRootSupported(Document document) native "Utils_shadowRootSupported";
|
| }
|
|
|
| class _NPObject extends NativeFieldWrapperClass1 {
|
|
|