Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:")

Powered by Google App Engine
This is Rietveld 408576698