Index: Source/devtools/front_end/EventListenersSidebarPane.js |
diff --git a/Source/devtools/front_end/EventListenersSidebarPane.js b/Source/devtools/front_end/EventListenersSidebarPane.js |
index 4c5be46e34736570ea56577fadebd9f941641aae..d2119ee2a31f0711a58d58a2bbb6ecea80cfeaa7 100644 |
--- a/Source/devtools/front_end/EventListenersSidebarPane.js |
+++ b/Source/devtools/front_end/EventListenersSidebarPane.js |
@@ -240,7 +240,7 @@ WebInspector.EventListenerBar.prototype = { |
this.updateProperties(properties); |
} |
- WebInspector.RemoteObject.resolveNode(this.eventListener.node, WebInspector.EventListenersSidebarPane._objectGroupName, updateWithNodeObject.bind(this)); |
+ this.eventListener.node.resolveToObject(WebInspector.EventListenersSidebarPane._objectGroupName, updateWithNodeObject.bind(this)); |
}, |
_setNodeTitle: function() |