| 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 6d42d405aa3ad43a34c5b44a70c72adb643e5d01..bdc30fc1ef485db7cdc82991ea7a48eb71b80851 100644
|
| --- a/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| @@ -31,6 +31,7 @@ WebInspector.ObjectEventListenersSidebarPane.prototype = {
|
| var executionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
|
| if (!executionContext) {
|
| this._eventListenersView.reset();
|
| + this._eventListenersView.addEmptyHolderIfNeeded();
|
| return;
|
| }
|
| this._lastRequestedContext = executionContext;
|
|
|