| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html
|
| index 0316f0478089ab7f1e6643329e1ca61266a78a39..57f4dbffd574c3e656d20a0633f51ef8451d9ae3 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html
|
| @@ -41,7 +41,7 @@ function test()
|
|
|
| function fileSystemCreated()
|
| {
|
| - var fileSystemProjectId = Bindings.FileSystemWorkspaceBinding.projectId(fileSystemPath);
|
| + var fileSystemProjectId = Persistence.FileSystemWorkspaceBinding.projectId(fileSystemPath);
|
| uiSourceCode = Workspace.workspace.uiSourceCode(fileSystemProjectId, "file:///var/www/foo.css");
|
| InspectorTest.showUISourceCode(uiSourceCode, didShowScriptSource);
|
| }
|
|
|