| Index: third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| index 1ba37973a447072227718e198d83b080827800e5..35440f10448a069a216c23e0779b8b6ed691ce39 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js
|
| @@ -27,7 +27,7 @@ Sources.ObjectEventListenersSidebarPane = class extends UI.VBox {
|
|
|
| update() {
|
| if (this._lastRequestedContext) {
|
| - this._lastRequestedContext.target().runtimeModel.releaseObjectGroup(
|
| + this._lastRequestedContext.runtimeModel.releaseObjectGroup(
|
| Sources.ObjectEventListenersSidebarPane._objectGroupName);
|
| delete this._lastRequestedContext;
|
| }
|
|
|