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

Unified Diff: PerformanceTests/ShadowDOM/SmallDistributionWithLayout.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
« no previous file with comments | « PerformanceTests/ShadowDOM/ShadowReprojection.html ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
diff --git a/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html b/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
index 03f25948a3e4140d7043512fc8cf5f9a666f4207..6d227037f1124948706d04f3c66ab9a7b9ed58ae 100644
--- a/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
+++ b/PerformanceTests/ShadowDOM/SmallDistributionWithLayout.html
@@ -24,7 +24,7 @@
}
var content = document.createElement('content');
- var shadowRoot = host.createShadowRoot();
+ var shadowRoot = host.webkitCreateShadowRoot();
shadowRoot.appendChild(content);
}
« no previous file with comments | « PerformanceTests/ShadowDOM/ShadowReprojection.html ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698