Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php

Issue 2889013002: DevTools: introduce uiSourceCode.mimeType() method (Closed)
Patch Set: address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698