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

Unified Diff: third_party/WebKit/LayoutTests/inspector/local-object-properties-section.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/local-object-properties-section.html
diff --git a/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html b/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
index 2db54ad6256756b118c2d871306abb071ae594d4..f4a714c8edc2f17863fa3c979f49dad33e478748 100644
--- a/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
+++ b/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
@@ -11,7 +11,7 @@ function test()
var object = {a: "b", c: d};
var localObject = SDK.RemoteObject.fromLocalObject(object);
- var propertiesSection = new Components.ObjectPropertiesSection(localObject, "local object");
+ var propertiesSection = new ObjectUI.ObjectPropertiesSection(localObject, "local object");
propertiesSection.expand();
propertiesSection.objectTreeElement().childAt(1).expand();

Powered by Google App Engine
This is Rietveld 408576698