| 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 bd7efffe2ffc5c872ec0f4ba5927c3e06d0b0319..7a96c8bafe88f24a7e7e3da24e13f365b7516fca 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -1036,7 +1036,7 @@ WebInspector.ArrayGroupingTreeElement.prototype = {
|
| WebInspector.ObjectPropertyPrompt = function()
|
| {
|
| WebInspector.TextPrompt.call(this);
|
| - this.initialize(WebInspector.ExecutionContextSelector.completionsForTextPromptInCurrentContext);
|
| + this.initialize(WebInspector.JavaScriptAutocomplete.completionsForTextPromptInCurrentContext);
|
| this.setSuggestBoxEnabled(true);
|
| };
|
|
|
|
|