| Index: dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/dart/sdk/lib/html/dart2js/html_dart2js.dart b/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 3a1e464a3ce902b7ed2fa402ec09a573789d4a18..2e8e500e8d08c71581a822183623f5f68d0492c8 100644
|
| --- a/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -23344,7 +23344,8 @@ class ShadowRoot extends DocumentFragment native "ShadowRoot" {
|
| Selection getSelection() native;
|
|
|
| static bool get supported =>
|
| - JS('bool', '!!(Element.prototype.webkitCreateShadowRoot)');
|
| + JS('bool', '!!(Element.prototype.createShadowRoot||'
|
| + 'Element.prototype.webkitCreateShadowRoot)');
|
|
|
| static bool _shadowRootDeprecationReported = false;
|
| static void _shadowRootDeprecationReport() {
|
|
|