| 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(); | 
| } | 
| } | 
|  |