Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html

Issue 1468633002: DevTools: Prettify websocket frames preview on Network pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html
index b50b9f974f350565080da6dae3bb81c9d251819e..498dd2ccb4ed696978a75018c2bfc89ff622af61 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-preview-json.html
@@ -9,7 +9,7 @@ function test()
function check(text) {
InspectorTest.addResult("");
InspectorTest.addResult("Input: " + text);
- var parsedJSON = WebInspector.RequestJSONView.parseJSON(text);
+ var parsedJSON = WebInspector.JSONView.parseJSON(text);
if (!parsedJSON) {
InspectorTest.addResult("Can't parse");
return;

Powered by Google App Engine
This is Rietveld 408576698