| Index: third_party/WebKit/Source/devtools/front_end/sdk/Connections.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Connections.js b/third_party/WebKit/Source/devtools/front_end/sdk/Connections.js
|
| index 4fa18c4331a5e70bdc537f84e6784ccb9c38d4ec..2b0b7314fcac1258a5dfbcc2c25f595ae96e1e02 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/Connections.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/Connections.js
|
| @@ -61,7 +61,7 @@ SDK.MainConnection = class {
|
| * @param {!Common.Event} event
|
| */
|
| _evaluateForTestInFrontend(event) {
|
| - if (!InspectorFrontendHost.isUnderTest())
|
| + if (!Host.isUnderTest())
|
| return;
|
|
|
| var callId = /** @type {number} */ (event.data['callId']);
|
|
|