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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/shadow-dom-modify-chardata.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/edit/shadow-dom-modify-chardata.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/shadow-dom-modify-chardata.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/shadow-dom-modify-chardata.html
index 1172642a02e7b4f6e958072f250d8c0eb2e03ee6..44e3cc99fafbd8458dd9ee9c47c50ae010bf6295 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/shadow-dom-modify-chardata.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/shadow-dom-modify-chardata.html
@@ -16,7 +16,7 @@ function typeText()
function test()
{
var containerNode;
- WebInspector.settingForTest("showUAShadowDOM").set(true);
+ Common.settingForTest("showUAShadowDOM").set(true);
InspectorTest.runTestSuite([
function testDumpInitial(next)
{

Powered by Google App Engine
This is Rietveld 408576698