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 58d68a095e90c78f15527e6b824dbaf1167a22c7..dc13da48681beff2e8947ca343f9fde8a35d0b73 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 @@ function createShadowRoot() |
if (window.testRunner) |
testRunner.waitUntilDone(); |
var template = document.querySelector('#tmpl'); |
- var root = document.querySelector('#host').webkitCreateShadowRoot(); |
+ var root = document.querySelector('#host').createShadowRoot(); |
root.appendChild(template.content.cloneNode(true)); |
if (window.testRunner) |
testRunner.showWebInspector(); |