| 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 0d4f74526e24f45407f957a256b5f0af764d9918..c42805aa15c0ecb39cb610646eb67ae8295fea8c 100644
|
| --- a/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -622,7 +622,7 @@ WebInspector.FunctionScopeMainTreeElement.prototype = {
|
| return;
|
|
|
| /**
|
| - * @param {?DebuggerAgent.FunctionDetails} response
|
| + * @param {?WebInspector.DebuggerModel.FunctionDetails} response
|
| * @this {WebInspector.FunctionScopeMainTreeElement}
|
| */
|
| function didGetDetails(response)
|
|
|