| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/json-preview.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/json-preview.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/json-preview.html
|
| index c3a08067f97a14606b2e5b9b37edea3386a59b4a..dc20622a8a74a2b7a7984414e25a72e8dbd1de20 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/json-preview.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/json-preview.html
|
| @@ -18,7 +18,7 @@ function test()
|
| {
|
| var previewView = new WebInspector.RequestPreviewView(request, null);
|
| var previewer = previewView._createPreviewView();
|
| - InspectorTest.addResult("Its previewer is the JSON previewer: " + (previewer && previewer instanceof WebInspector.RequestJSONView));
|
| + InspectorTest.addResult("Its previewer is the JSON previewer: " + (previewer && previewer instanceof WebInspector.JSONView));
|
| }
|
|
|
| function testType(contentType, callback)
|
|
|