| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes.html
|
| index 8f20327b3284632d244aa3e6da3ef89bec9f0ca7..05073103d81d94b347417aa08703d2013be506fe 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes.html
|
| @@ -13,7 +13,7 @@ function test()
|
| time: new Date("December 1, 1989")
|
| };
|
|
|
| - var automappingTest = new InspectorTest.AutomappingTest(new WebInspector.Workspace());
|
| + var automappingTest = new InspectorTest.AutomappingTest(new Workspace.Workspace());
|
| var fs = new InspectorTest.TestFileSystem("file:///var/www");
|
| fs.reportCreated(onFileSystemCreated);
|
|
|
|
|