| Index: LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html
|
| diff --git a/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html b/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html
|
| index c5a904bba3ca701c264a4966cba641ff1f72e5e4..d6685eaa196585a5c9e7795a7a2564972bb0e117 100644
|
| --- a/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html
|
| +++ b/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html
|
| @@ -9,7 +9,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();
|
|
|