| Index: sdk/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| index 7d82ab5cc7ceaf97a8b9d61a409c83c5e3bb34bd..804c2472834f0ea329b5a86819096be0650c6c2b 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $FACTORYPROVIDER {
|
| static ShadowRoot createShadowRoot(Element host) =>
|
| JS('ShadowRoot',
|
|
|