| Index: LayoutTests/http/tests/inspector/inspector-test2.js
|
| ===================================================================
|
| --- LayoutTests/http/tests/inspector/inspector-test2.js (revision 76983)
|
| +++ LayoutTests/http/tests/inspector/inspector-test2.js (working copy)
|
| @@ -24,7 +24,7 @@
|
|
|
| InspectorTest.evaluateInPage = function(code, callback)
|
| {
|
| - InspectorBackend.evaluate(code, "console", callback || function() {});
|
| + InspectorBackend.evaluate(code, "console", false, callback || function() {});
|
| }
|
|
|
| InspectorTest.evaluateInPageWithTimeout = function(code, callback)
|
|
|