| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
|
| index c496d6eb69a987f6d2a169695a9fec09477b774b..6de1967a97e57c4824d646ff32d299e018392342 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
|
| @@ -35,7 +35,7 @@ var objectC = new C();
|
|
|
| function test()
|
| {
|
| - Components.JavaScriptAutocomplete.completionsForExpression("objectC.", "e").then(checkCompletions.bind(this));
|
| + ObjectUI.JavaScriptAutocomplete.completionsForExpression("objectC.", "e").then(checkCompletions.bind(this));
|
| function checkCompletions(completions)
|
| {
|
| InspectorTest.addResult("Completions:")
|
|
|