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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/sass-highlighter.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/sass-highlighter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/sass-highlighter.html b/third_party/WebKit/LayoutTests/inspector/sources/sass-highlighter.html
index 957a82b1ed00f89ede389e2932b63f044db77fb0..e9414507b2e4d91f46f9cd2f61ba2e4f05008cfa 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/sass-highlighter.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/sass-highlighter.html
@@ -13,7 +13,7 @@ function test()
function onSourceShown(uiSourceCodeFrame)
{
var uiSourceCode = uiSourceCodeFrame.uiSourceCode();
- InspectorTest.addResult(Bindings.NetworkProject.uiSourceCodeMimeType(uiSourceCode));
+ InspectorTest.addResult(uiSourceCode.mimeType());
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698