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

Unified Diff: PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.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/DistributionWithMultipleShadowRoots.html
diff --git a/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html b/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
index d078111c55c252a51148081e0b224e6055974572..ce5a263bfda072b921ff7c662a7a97cea79a4cb9 100644
--- a/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
+++ b/PerformanceTests/ShadowDOM/DistributionWithMultipleShadowRoots.html
@@ -28,7 +28,7 @@ function setup()
var shadow = document.createElement('shadow');
var content = document.createElement('content');
shadow.appendChild(content);
- var shadowRoot = host.webkitCreateShadowRoot();
+ var shadowRoot = host.createShadowRoot();
shadowRoot.appendChild(shadow);
}
}
« no previous file with comments | « PerformanceTests/ShadowDOM/ContentReprojection.html ('k') | PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698