| 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..1eb55ec075e71b82881d8aee9e8bba32bc1d4d1d 100644
|
| --- a/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -549,7 +549,7 @@ WebInspector.ObjectPropertyTreeElement.populateWithProperties = function(treeEle
|
| }
|
| }
|
| }
|
| - if (!hasTargetFunction)
|
| + if (!hasTargetFunction && value.language != 'dart')
|
| treeElement.appendChild(new WebInspector.FunctionScopeMainTreeElement(value));
|
| }
|
| if (internalProperties) {
|
|
|