| Index: Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| diff --git a/Source/devtools/front_end/components/ObjectPropertiesSection.js b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| index c51e2456b11b7d55a21be29c36d0ee6da183a88c..7a0829f083b035d89eb18139e22c13ccd02199b9 100644
|
| --- a/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -672,6 +672,8 @@ WebInspector.FunctionScopeMainTreeElement.prototype = {
|
| /**
|
| * @constructor
|
| * @extends {TreeElement}
|
| + * @param {string} title
|
| + * @param {?string} subtitle
|
| * @param {!WebInspector.RemoteObject} remoteObject
|
| */
|
| WebInspector.ScopeTreeElement = function(title, subtitle, remoteObject)
|
|
|