| Index: LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| diff --git a/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html b/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| index dc13da48681beff2e8947ca343f9fde8a35d0b73..58d68a095e90c78f15527e6b824dbaf1167a22c7 100644
|
| --- a/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| +++ b/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| @@ -20,7 +20,7 @@
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| var template = document.querySelector('#tmpl');
|
| - var root = document.querySelector('#host').createShadowRoot();
|
| + var root = document.querySelector('#host').webkitCreateShadowRoot();
|
| root.appendChild(template.content.cloneNode(true));
|
| if (window.testRunner)
|
| testRunner.showWebInspector();
|
|
|