Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: PerformanceTests/Events/EventsDispatchingInDeeplyNestedShadowTrees.html

Issue 212303005: Revert of Remove prefixed Shadow DOM APIs in Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698