| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| index edeef33b1fe04b6f337353625f904a420998467f..caa0df9bbe7f001aafa7d10e9d5a1c4852d96727 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| @@ -271,7 +271,7 @@ Console.ConsolePrompt = class extends UI.Widget {
|
| if (excludedTokens.has(currentTokenType))
|
| return Promise.resolve(historyWords);
|
|
|
| - return Components.JavaScriptAutocomplete.completionsForTextInCurrentContext(before, query, force)
|
| + return ObjectUI.JavaScriptAutocomplete.completionsForTextInCurrentContext(before, query, force)
|
| .then(words => words.concat(historyWords));
|
| }
|
|
|
|
|