| Index: LayoutTests/http/tests/inspector/console-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/console-test.js b/LayoutTests/http/tests/inspector/console-test.js
|
| index d6a7749e14085d02b89c63a703aa7e4f757744b1..9dedcb2d5c09521ccf4a65eb6f94fdb09a59bb50 100644
|
| --- a/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -88,4 +88,9 @@ InspectorTest.checkConsoleMessagesDontHaveParameters = function()
|
| }
|
| }
|
|
|
| +InspectorTest.waitUntilMessageReceived = function(callback)
|
| +{
|
| + InspectorTest.addSniffer(WebInspector.console, "addMessage", callback, false);
|
| +}
|
| +
|
| }
|
|
|