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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt

Issue 1779033003: DevTools: always use 16bit strings for inspector protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/extensions/extensions-eval-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
index eabcad1c9ca2959c43d4b59c8f243dd7c72e3954..9616b89bd07a0f3afacb37d9ca377610e6fbeced 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-eval-expected.txt
@@ -11,8 +11,8 @@ Evaluate: {"str":"foo","num":42} (exception: undefined)
RUNNING TEST: extension_testEvalStatement
Evaluate: 0 (exception: undefined)
RUNNING TEST: extension_testEvalStringifyingLoopFailed
-log: Extension server error: Inspector protocol error: Object has too long reference chain(must not be longer than 1000)
-Evaluate: undefined (exception: {"code":"E_PROTOCOLERROR","description":"Inspector protocol error: %s","details":["Object has too long reference chain(must not be longer than 1000)"],"isError":true})
+log: Extension server error: Inspector protocol error: Object has too long reference chain
+Evaluate: undefined (exception: {"code":"E_PROTOCOLERROR","description":"Inspector protocol error: %s","details":["Object has too long reference chain"],"isError":true})
RUNNING TEST: extension_testEvalThrows
Evaluate: undefined (exception: {"isException":true,"value":"testExceptionString"})
RUNNING TEST: extension_testEvalUndefined

Powered by Google App Engine
This is Rietveld 408576698