| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 7d5f38d2ada989580749db242bc44094e5dc0162..a08b40fadc7a69aae36f38ce282af316dc72cabb 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -944,7 +944,7 @@ $if DART2JS
|
| @SupportedBrowser(SupportedBrowser.CHROME, '25')
|
| @Experimental()
|
| ShadowRoot get shadowRoot =>
|
| - JS('ShadowRoot', '#.shadowRoot || #.webkitShadowRoot', this, this);
|
| + JS('ShadowRoot|Null', '#.shadowRoot || #.webkitShadowRoot', this, this);
|
| $endif
|
|
|
|
|
|
|