| Index: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| index 50c68cb424c28a6c2fc8b14aeb544504719438a4..156c23aca00b9712277cfd3b41c17e581e321a9a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| @@ -17,7 +17,7 @@ function test()
|
| {
|
| var callback;
|
| var promise = new Promise(fulfill => callback = fulfill);
|
| - WebInspector.ExecutionContextSelector.completionsForTextInCurrentContext(base, prefix).then(checkExpected);
|
| + WebInspector.JavaScriptAutocomplete.completionsForTextInCurrentContext(base, prefix).then(checkExpected);
|
| return promise;
|
|
|
| function checkExpected(completions)
|
|
|