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

Unified Diff: PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.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/LargeDistributionWithoutLayout.html
diff --git a/PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html b/PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html
index 717f3894cb51ae847889a4f44d9b82d98a25295a..acf8c9fbf381541d1cbd91712a7b3ffe857058f9 100644
--- a/PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html
+++ b/PerformanceTests/ShadowDOM/LargeDistributionWithoutLayout.html
@@ -24,7 +24,7 @@ function setup()
}
window.content = document.createElement('content');
- var shadowRoot = host.webkitCreateShadowRoot();
+ var shadowRoot = host.createShadowRoot();
shadowRoot.appendChild(content);
}

Powered by Google App Engine
This is Rietveld 408576698