| 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..2b5743ec832e8340942107616b37c56700b26d25 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().hasBrowserDomains()) {
|
| // TODO(kozyatinskiy): figure out how this should work for |window| when there is no DOMDebugger.
|
| fulfill([]);
|
| return;
|
|
|