| Index: test/inspector/protocol-test.js
|
| diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
|
| index 1981a8f6f5fb15424b9537b08700ca3cd099dd73..521330db9600fd002ab8ec7b7c84df1b724c93f0 100644
|
| --- a/test/inspector/protocol-test.js
|
| +++ b/test/inspector/protocol-test.js
|
| @@ -133,6 +133,13 @@ InspectorTest.logObject = function(object, title)
|
| InspectorTest.log(lines.join("\n"));
|
| }
|
|
|
| +InspectorTest.logMessage = function(message)
|
| +{
|
| + message.id = 0;
|
| + InspectorTest.logObject(message);
|
| + return message;
|
| +}
|
| +
|
| InspectorTest.completeTest = quit.bind(null);
|
|
|
| InspectorTest.evaluateInPage = function(string, callback)
|
|
|