| 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()
|
|
|