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

Unified Diff: third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt

Issue 1767883002: DevTools: generate string16-based handlers for v8_inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 2 Created 4 years, 9 months 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/report-protocol-errors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
index 7b6348c07ad139250cfd471882c88f696cb902df..1ef3e70cba1c3c3d8f53321c5928f39b06a58007 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
@@ -52,7 +52,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Some arguments of method 'Page.getResourceContent' can't be processed"
+ message : "Invalid request"
}
id : 4
}
@@ -61,7 +61,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Some arguments of method 'Page.getResourceContent' can't be processed"
+ message : "Invalid request"
}
id : 5
}
@@ -70,7 +70,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Some arguments of method 'Page.getResourceContent' can't be processed"
+ message : "Invalid request"
}
id : 6
}
@@ -79,7 +79,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "url: string value expected"
- message : "Some arguments of method 'Page.getResourceContent' can't be processed"
+ message : "Invalid request"
}
id : 7
}

Powered by Google App Engine
This is Rietveld 408576698