Chromium Code Reviews| 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")); |
| } |