Index: Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
diff --git a/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js b/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
index 30383c563e6187ff4e8a3727a5c442f01763efe9..9e301778d84a237fea2654f165f7284dbe88abc6 100644 |
--- a/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
+++ b/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
@@ -35,7 +35,7 @@ WebInspector.ObjectEventListenersSidebarPane.prototype = { |
return; |
} |
this._lastRequestedContext = executionContext; |
- Promise.all([this._windowObjectInContext(executionContext)]).then(this._eventListenersView.addObjects.bind(this._eventListenersView)); |
+ Promise.all([this._windowObjectInContext(executionContext)]).then(this._eventListenersView.addObjects.bind(this._eventListenersView, false)); |
}, |
wasShown: function() |