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