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

Unified Diff: PerformanceTests/ShadowDOM/MultipleInsertionPoints.html

Issue 208503004: 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/ShadowDOM/MultipleInsertionPoints.html
diff --git a/PerformanceTests/ShadowDOM/MultipleInsertionPoints.html b/PerformanceTests/ShadowDOM/MultipleInsertionPoints.html
index bc683d000688db8026dea9ec1af5ce09786e9c2e..771c01d4749194335ca43004006a4df18ecd97f1 100644
--- a/PerformanceTests/ShadowDOM/MultipleInsertionPoints.html
+++ b/PerformanceTests/ShadowDOM/MultipleInsertionPoints.html
@@ -32,7 +32,7 @@ function setup()
host.appendChild(div);
}
- var shadowRoot = host.webkitCreateShadowRoot();
+ var shadowRoot = host.createShadowRoot();
for (var i = 0; i < classNames.length; ++i) {
var content = document.createElement('content');
content.setAttribute('select', '.' + classNames[i]);
« no previous file with comments | « PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html ('k') | PerformanceTests/ShadowDOM/ShadowReprojection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698