| 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 ee8fc85f81e9d1baffbe29153aed5e638aba6796..cecb7db2d331d968de2f652683b0745146a325fb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -1248,7 +1248,7 @@ WebInspector.ArrayGroupingTreeElement._getOwnPropertyNamesThreshold = 500000;
|
| WebInspector.ObjectPropertyPrompt = class extends WebInspector.TextPrompt {
|
| constructor() {
|
| super();
|
| - this.initialize(WebInspector.ExecutionContextSelector.completionsForTextPromptInCurrentContext);
|
| + this.initialize(WebInspector.JavaScriptAutocomplete.completionsForTextPromptInCurrentContext);
|
| this.setSuggestBoxEnabled(true);
|
| }
|
| };
|
|
|