Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js

Issue 2752403002: [DevTools] Migrate usages of Target to RuntimeModel where makes sense (Closed)
Patch Set: review comments addressed Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698