Index: LayoutTests/fast/dom/gc-treescope.html |
diff --git a/LayoutTests/fast/dom/gc-treescope.html b/LayoutTests/fast/dom/gc-treescope.html |
index e27b17ebe5547adba863e4dadd827a5bdd6dc356..ac10851235ce1bc20b183bbc8a3bd5f69c6ec134 100644 |
--- a/LayoutTests/fast/dom/gc-treescope.html |
+++ b/LayoutTests/fast/dom/gc-treescope.html |
@@ -25,7 +25,7 @@ function reloadUntil(max) { |
function init() { |
var shadowHost = document.createElement("SHADOWHOST"); |
- var shadowRoot = shadowHost.webkitCreateShadowRoot(); |
+ var shadowRoot = shadowHost.createShadowRoot(); |
var child = document.createElement("CHILD"); |
shadowRoot.appendChild(child); |
child.style.zoom = 34; |