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); |
} |