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

Unified Diff: third_party/WebKit/LayoutTests/inspector/network/network-json-parser.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/inspector/network/network-json-parser.html
diff --git a/third_party/WebKit/LayoutTests/inspector/network/network-json-parser.html b/third_party/WebKit/LayoutTests/inspector/network/network-json-parser.html
index 37184bdb1bd063a3aae76fb896ba44c98b363cc0..b2287a5f3c28cb8d962deb08e8826e143fc3ea59 100644
--- a/third_party/WebKit/LayoutTests/inspector/network/network-json-parser.html
+++ b/third_party/WebKit/LayoutTests/inspector/network/network-json-parser.html
@@ -6,7 +6,7 @@
function test() {
function check(jsonText)
{
- var result = WebInspector.RequestJSONView.parseJSON(jsonText);
+ var result = WebInspector.JSONView.parseJSON(jsonText);
InspectorTest.addResult("");
InspectorTest.addResult("Input: " + jsonText);
if (!result) {

Powered by Google App Engine
This is Rietveld 408576698