| Index: third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html
|
| index ca3c803e7135233effd0cc8ae97e0352c4766bda..00a3123c52921545f93e19e7167104979e4e9bb7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html
|
| @@ -20,7 +20,7 @@ function test()
|
| {
|
| InspectorTest.addResult("HTML comments shown:");
|
| InspectorTest.dumpElementsTree();
|
| - WebInspector.settingForTest("showHTMLComments").set(false);
|
| + Common.settingForTest("showHTMLComments").set(false);
|
| InspectorTest.addResult("\nHTML comments hidden:");
|
| InspectorTest.dumpElementsTree();
|
| InspectorTest.completeTest();
|
|
|