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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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: 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();

Powered by Google App Engine
This is Rietveld 408576698