| 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();
|
|
|
|
|