| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html
|
| index ef865807e9f4c2871efbf885bb525a0628762965..1e1213af4e6d979aed7741b7345507efee36d000 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html
|
| @@ -249,7 +249,7 @@ InspectorTest.evaluateInPage = function(string, callback)
|
| if (message.error)
|
| InspectorTest.log("Error while executing '" + string + "': " + message.error.message);
|
| else if (callback)
|
| - callback();
|
| + callback(message.result.result.value);
|
| });
|
| };
|
|
|
|
|