Index: LayoutTests/inspector/console/shadow-element.html |
diff --git a/LayoutTests/inspector/console/shadow-element.html b/LayoutTests/inspector/console/shadow-element.html |
index 6e44fcba28d36517c8048d2c9094e053b5d907cb..75a4969d378121c8d3a1703c81de2f565f19c428 100644 |
--- a/LayoutTests/inspector/console/shadow-element.html |
+++ b/LayoutTests/inspector/console/shadow-element.html |
@@ -6,7 +6,7 @@ |
function test() |
{ |
- WebInspector.settings.showShadowDOM.set(true); |
+ WebInspector.settings.showUAShadowDOM.set(true); |
InspectorTest.selectNodeWithId("shadow", step1); |
function step1() |