| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| index 49696e2d0854660e8fd1773046408b2d290f6ac9..d20228f87d08e863ece21997347e0b926732c78e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| @@ -13,7 +13,7 @@ function test()
|
| time: null
|
| };
|
|
|
| - var automappingTest = new InspectorTest.AutomappingTest(new WebInspector.Workspace());
|
| + var automappingTest = new InspectorTest.AutomappingTest(new Workspace.Workspace());
|
| automappingTest.addNetworkResources({
|
| // Make sure main resource gets mapped.
|
| "file:///usr/local/node/app.js": app_js,
|
|
|