| 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 a1dd12946d92001c5d91fd87f531f734d75b463c..b8f422c563b73e57f71b3dc01fe1b198f760f92a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js
|
| @@ -507,7 +507,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;
|
|
|