| Index: third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js b/third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js
|
| index b2b038946b4504a57045c1583259d93b47dffb14..c817a0daa2000bfaac945ba67dea39fb3f41b1dd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js
|
| @@ -14,7 +14,7 @@ WebInspector.EventListenerObjectInInspectedPage;
|
| */
|
| WebInspector.EventListener.frameworkEventListeners = function(object)
|
| {
|
| - if (!object.target().hasBrowserCapability()) {
|
| + if (!object.target().hasDOMCapability()) {
|
| // TODO(kozyatinskiy): figure out how this should work for |window|.
|
| return Promise.resolve(/** @type {!WebInspector.FrameworkEventListenersObject} */ ({eventListeners: [], internalHandlers: null}));
|
| }
|
|
|