| Index: lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| diff --git a/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate b/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| index f4c6f79a2a2958bb67dd5814f2f28330a84119e4..c3ba1b9a03334a7b82d4b693dadeabdacf889e6b 100644
|
| --- a/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| +++ b/lib/html/templates/html/dart2js/factoryprovider_ShadowRoot.darttemplate
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory ShadowRoot(Element host) native '''
|
| + static ShadowRoot createShadowRoot(Element host) native '''
|
| return new WebKitShadowRoot(host);
|
| ''';
|
| }
|
|
|