Index: LayoutTests/inspector/elements/shadow-dom-modify-chardata.html |
diff --git a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html |
index e435572afc27a24cf6d2e4e1f84fa307f21b4866..fca45901c7c7f976269ae973bb5956fea4f65e1e 100644 |
--- a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html |
+++ b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html |
@@ -16,7 +16,7 @@ function typeText() |
function test() |
{ |
var containerNode; |
- WebInspector.settings.showShadowDOM.set(true); |
+ WebInspector.settings.showUAShadowDOM.set(true); |
InspectorTest.runTestSuite([ |
function testDumpInitial(next) |
{ |