| Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
|
| index 402f8b75f54800cb6fef2751f566ca4fab9fbdc1..863ac0a55c1a2e90e5c3afccfea5f1776d3a89ce 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
|
| @@ -13,7 +13,7 @@ function test()
|
| continue;
|
| if (uiSourceCode.project().type() !== Workspace.projectTypes.Network)
|
| continue;
|
| - InspectorTest.addResult("Highlight mimeType: " + Bindings.NetworkProject.uiSourceCodeMimeType(uiSourceCode));
|
| + InspectorTest.addResult("Highlight mimeType: " + uiSourceCode.mimeType());
|
| InspectorTest.completeTest();
|
| return;
|
| }
|
|
|