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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule.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/styles-3/styles-add-new-rule.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule.html
index 56bf8a3a62e78e8e1b569d820fa618c8a5164980..afa4a84a799ccee8ba38d87b37da031eac3cf552 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule.html
@@ -19,7 +19,7 @@ function test()
var testFinished = false;
var displayName = null;
- InspectorTest.addSniffer(WebInspector.UISourceCode.prototype, "addRevision", onRevisionAdded);
+ InspectorTest.addSniffer(Workspace.UISourceCode.prototype, "addRevision", onRevisionAdded);
function step1()
{
@@ -66,7 +66,7 @@ function test()
InspectorTest.nodeWithClass("my-class", onNodeFound);
function onNodeFound(node)
{
- WebInspector.Revealer.reveal(node);
+ Common.Revealer.reveal(node);
}
function onStylesReceived()
@@ -83,7 +83,7 @@ function test()
InspectorTest.nodeWithClass("class-1", onNodeFound);
function onNodeFound(node)
{
- WebInspector.Revealer.reveal(node);
+ Common.Revealer.reveal(node);
}
function onStylesReceived()

Powered by Google App Engine
This is Rietveld 408576698