| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 9e8fd2afd848795b8ca26436317e6be2c41fba0c..b84c21b04f2f940d3650b3a9c6076f486d01646e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -66,7 +66,7 @@ InspectorTest.evaluateFunctionInOverlay = function(func, callback)
|
| {
|
| var expression = "testRunner.evaluateInWebInspectorOverlay(\"(\" + " + func + " + \")()\")";
|
| var mainContext = InspectorTest.runtimeModel.executionContexts()[0];
|
| - mainContext.evaluate(expression, "", false, false, true, false, wrapCallback);
|
| + mainContext.evaluate(expression, "", false, false, true, false, false, wrapCallback);
|
|
|
| function wrapCallback(val, err, result)
|
| {
|
|
|