Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / sources / ui-source-code-highlight.php
index 04011ec..691f5a2 100644 (file)
@@ -13,7 +13,7 @@ function test()
             continue;
         if (uiSourceCode.project().type() !== WebInspector.projectTypes.Network)
             continue;
-        InspectorTest.addResult("Highlight mimeType: " + uiSourceCode.highlighterType());
+        InspectorTest.addResult("Highlight mimeType: " + WebInspector.SourcesView.uiSourceCodeHighlighterType(uiSourceCode));
         InspectorTest.completeTest();
         return;
     }