| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index d1c969d3da01e4d6c23aea16f69746b645c45948..40e5634ad3812b6ed99b5b32d8ac3c04b3ec01d4 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -9398,7 +9398,7 @@ abstract class Element extends Node implements ParentNode, ChildNode native "Ele
|
| @SupportedBrowser(SupportedBrowser.CHROME, '25')
|
| @Experimental()
|
| ShadowRoot get shadowRoot =>
|
| - JS('ShadowRoot', '#.shadowRoot || #.webkitShadowRoot', this, this);
|
| + JS('ShadowRoot|Null', '#.shadowRoot || #.webkitShadowRoot', this, this);
|
|
|
|
|
| /**
|
|
|