| Index: Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/ThreadsSidebarPane.js b/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| index 89579c9097021fb3cd57a4c4042458af25d52b03..b731e4efc84b67c7123ffbf884642bc95512200c 100644
|
| --- a/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| @@ -29,7 +29,7 @@ WebInspector.ThreadsSidebarPane.prototype = {
|
| */
|
| targetAdded: function(target)
|
| {
|
| - var placard = new WebInspector.Placard(WebInspector.displayNameForURL(target.name()), "");
|
| + var placard = new WebInspector.Placard(target.name(), "");
|
| placard.element.addEventListener("click", this._onPlacardClick.bind(this, placard), false);
|
| var currentTarget = WebInspector.context.flavor(WebInspector.Target);
|
| if (currentTarget === target)
|
|
|