| Index: third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js b/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| index f59a6b0d20f6df0bd195612973bb19b63c92062c..0c02bc56ba0fe6659b1ff70fc669603d7d915269 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| @@ -532,7 +532,7 @@ WebInspector.RemoteObjectImpl.prototype = {
|
| */
|
| function eventListeners(fulfill, reject)
|
| {
|
| - if (!this.target().isPage()) {
|
| + if (!this.target().hasBrowserCapability()) {
|
| // TODO(kozyatinskiy): figure out how this should work for |window| when there is no DOMDebugger.
|
| fulfill([]);
|
| return;
|
|
|