Index: Source/devtools/front_end/components/EventListenersView.js |
diff --git a/Source/devtools/front_end/components/EventListenersView.js b/Source/devtools/front_end/components/EventListenersView.js |
index e3bf926111d538c13b8cb6e9c3707aa72a153a7b..0a7abf6be8a35aeba01d567696c7eea0be0409d9 100644 |
--- a/Source/devtools/front_end/components/EventListenersView.js |
+++ b/Source/devtools/front_end/components/EventListenersView.js |
@@ -170,7 +170,7 @@ WebInspector.ObjectEventListenerBar.prototype = { |
{ |
var title = this.listItemElement.createChild("span"); |
var subtitle = this.listItemElement.createChild("span", "event-listener-tree-subtitle"); |
- subtitle.appendChild(linkifier.linkifyRawLocation(this._eventListener.location(), this._eventListener.sourceName())); |
+ subtitle.appendChild(linkifier.linkifyRawLocation(this._eventListener.location(), this._eventListener.sourceURL())); |
title.appendChild(WebInspector.ObjectPropertiesSection.createValueElement(object, false)); |
}, |