| 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 fc3cbd3a0e8771ae6cde90272608ac6041daface..637c75e4f89307f273bed33230ea32cb7f551d32 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
|
| @@ -285,7 +285,7 @@ InspectorTest.evaluateInPage = function(string, callback)
|
|
|
| InspectorTest.evaluateInPageAsync = function(expression)
|
| {
|
| - return InspectorTest.sendCommandPromise("Runtime.evaluate", { "expression": expression, awaitPromise: true }).then((message) => message.result.result.value);
|
| + return InspectorTest.sendCommandPromise("Runtime.evaluate", { "expression": expression, awaitPromise: true, returnByValue: true }).then((message) => message.result.result.value);
|
| }
|
|
|
| InspectorTest.completeTestIfError = function(messageObject)
|
|
|