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 d6685eaa196585a5c9e7795a7a2564972bb0e117..c5a904bba3ca701c264a4966cba641ff1f72e5e4 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 @@ 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(); |