| 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 ea7196f7f2058df148dc948772780f6032a82d80..760cf80bbc1aa215b2111c65356a0f5645acb92e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -104,7 +104,7 @@ InspectorTest.evaluateFunctionInOverlay = function(func, callback)
|
| var mainContext = InspectorTest.runtimeModel.executionContexts()[0];
|
| mainContext.evaluate(expression, "", false, false, true, false, false, wrapCallback);
|
|
|
| - function wrapCallback(val, err, result)
|
| + function wrapCallback(result, exceptionDetails)
|
| {
|
| callback(result.value)
|
| }
|
|
|