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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html

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/inspector/sources/debugger/network-uisourcecode-provider.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
index df91185f555f99a667c2ded14a4fa6a7bc1bb6a6..36f2d0f748b47401c1ff9a03170411fb679a4082 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
@@ -51,7 +51,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();
}

Powered by Google App Engine
This is Rietveld 408576698