| Index: Source/devtools/front_end/EventListenersSidebarPane.js
|
| diff --git a/Source/devtools/front_end/EventListenersSidebarPane.js b/Source/devtools/front_end/EventListenersSidebarPane.js
|
| index ba8cb3bc364d93cae4ffe4ad6390cd5a900a371f..c8d14bdddb575c47f8ce7fa79b0713b0e9e23bd6 100644
|
| --- a/Source/devtools/front_end/EventListenersSidebarPane.js
|
| +++ b/Source/devtools/front_end/EventListenersSidebarPane.js
|
| @@ -230,7 +230,7 @@ WebInspector.EventListenerBar.prototype = {
|
| }
|
|
|
| if (node.id === this._nodeId) {
|
| - this.titleElement.textContent = node.appropriateSelectorFor();
|
| + this.titleElement.textContent = WebInspector.DOMPresentationUtils.appropriateSelectorFor(node);
|
| return;
|
| }
|
|
|
|
|