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

Unified Diff: test/inspector/protocol-test.js

Issue 2457433002: Fix detection of BUILTIN functions (Closed)
Patch Set: Fix expected output Created 4 years, 2 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
« no previous file with comments | « test/inspector/debugger/asm-js-breakpoint-during-exec-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/protocol-test.js
diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
index a1e61bba5dca3b77b833787557a865facab34ad4..86d4e3b49bc798a0f05b3548d45eab24358e5c29 100644
--- a/test/inspector/protocol-test.js
+++ b/test/inspector/protocol-test.js
@@ -96,7 +96,7 @@ InspectorTest.logObject = function(object, title)
lines.push(prefix + "]");
}
- dumpValue(object, "", title);
+ dumpValue(object, "", title || "");
InspectorTest.log(lines.join("\n"));
}
« no previous file with comments | « test/inspector/debugger/asm-js-breakpoint-during-exec-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698