| 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 fee9a06a221f46ecb0b877a1f92edfe4c6856553..957a82b1ed00f89ede389e2932b63f044db77fb0 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(WebInspector.NetworkProject.uiSourceCodeMimeType(uiSourceCode));
|
| + InspectorTest.addResult(Bindings.NetworkProject.uiSourceCodeMimeType(uiSourceCode));
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|