| Index: third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| index 3dcd45ffaea6a0737dd4278871caafaae3ec58e8..7008dbf052056ffe07953cb56175a55e0d1596d8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js
|
| @@ -25,7 +25,7 @@ WebInspector.ThreadsSidebarPane = function()
|
| WebInspector.context.addFlavorChangeListener(WebInspector.Target, this._targetChanged, this);
|
| WebInspector.targetManager.addEventListener(WebInspector.TargetManager.Events.NameChanged, this._targetNameChanged, this);
|
| WebInspector.targetManager.observeTargets(this);
|
| -}
|
| +};
|
|
|
| WebInspector.ThreadsSidebarPane.prototype = {
|
| /**
|
| @@ -167,4 +167,4 @@ WebInspector.ThreadsSidebarPane.prototype = {
|
|
|
|
|
| __proto__: WebInspector.VBox.prototype
|
| -}
|
| +};
|
|
|