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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-global.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/inspector/console/console-dir-global.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
index 1b60edad166861bdfbbb9102cd07a880010f51a0..71ae9ef45311734e33ff5a14929b859f6e511e67 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
@@ -28,7 +28,7 @@ function test()
function getPropertiesCallback(properties)
{
- properties.sort(Components.ObjectPropertiesSection.CompareProperties);
+ properties.sort(ObjectUI.ObjectPropertiesSection.CompareProperties);
var golden = { "window": 1, "document": 1, "eval": 1, "console": 1, "frames": 1, "Array": 1, "doit": 1 };
var result = {};
for (var i = 0; i < properties.length; ++i) {

Powered by Google App Engine
This is Rietveld 408576698