| Index: sky/benchmarks/dom/creation.sky
|
| diff --git a/sky/benchmarks/dom/creation.sky b/sky/benchmarks/dom/creation.sky
|
| index 71c9de23730036fdb42cc6379ebc1c0c63c47562..0f05fe9df89818979084cba458c2382c63f05d18 100644
|
| --- a/sky/benchmarks/dom/creation.sky
|
| +++ b/sky/benchmarks/dom/creation.sky
|
| @@ -14,7 +14,7 @@ WidgetPrototype.createdCallback = function() {
|
| this.wasAttached = false;
|
| this.wasDetached = false;
|
| this.attrsChanged = [];
|
| - this.createShadowRoot();
|
| + this.ensureShadowRoot();
|
| };
|
|
|
| WidgetPrototype.attachedCallback = function() {
|
|
|