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