| Index: third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| index 6a5813dbb14a78d19e5298150134fd8f5bdbd3f7..43d07e70ffe71dd198cbbd603a71b51d9a5e1150 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -470,7 +470,7 @@ WebInspector.ObjectPropertyTreeElement.prototype = {
|
| parent.invalidateChildren();
|
| parent.expand();
|
| }
|
| - };
|
| + }
|
| },
|
|
|
| /**
|
|
|