| Index: lib/html/frog/html_frog.dart
|
| diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
|
| index d7e2f1e1839a2ec97a990c869f682428af8bfb37..8f9751144b4dc4fc8d74be61587fc89ed26a2728 100644
|
| --- a/lib/html/frog/html_frog.dart
|
| +++ b/lib/html/frog/html_frog.dart
|
| @@ -17557,8 +17557,9 @@ class _SessionDescriptionFactoryProvider {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class _ShadowRootFactoryProvider {
|
| - factory ShadowRoot(Element host) native
|
| - '''return new ShadowRoot(host);''';
|
| + factory ShadowRoot(Element host) native '''
|
| + return new WebKitShadowRoot(host);
|
| + ''';
|
| }
|
| // 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
|
|
|