Index: PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html |
diff --git a/PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html b/PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html |
index bee2ef22e88c2d1ce2426c80afbaf9115778a1cf..af5a362a826d5910390256257d51aced9493512e 100644 |
--- a/PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html |
+++ b/PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html |
@@ -19,7 +19,7 @@ |
return; |
var child = document.createElement('div'); |
node.appendChild(child); |
- var shadowRoot = child.createShadowRoot(); |
+ var shadowRoot = child.webkitCreateShadowRoot(); |
createTreeOfTrees(shadowRoot, depth - 1, eachTreeHeight); |
} |