| Index: third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| index 1348bf742cf075a79176c4f95b769836d7941260..324f71ef7f8eee6fcabbd76257374eba09b3f19e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| @@ -24,7 +24,7 @@ function test()
|
|
|
| function didRequestContent(content, contentEncoded)
|
| {
|
| - InspectorTest.addResult("Highlighter type: " + Bindings.NetworkProject.uiSourceCodeMimeType(uiSourceCode));
|
| + InspectorTest.addResult("Highlighter type: " + uiSourceCode.mimeType());
|
| InspectorTest.addResult("UISourceCode content: " + content);
|
| callback();
|
| }
|
|
|