| 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 d2d9d4a23d519f13102b5a4eb9f1906a6aeb55fc..2db54ad6256756b118c2d871306abb071ae594d4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
|
| @@ -9,9 +9,9 @@ function test()
|
| for (var i = 1000; i < 1256; ++i)
|
| d.push(i);
|
| var object = {a: "b", c: d};
|
| - var localObject = WebInspector.RemoteObject.fromLocalObject(object);
|
| + var localObject = SDK.RemoteObject.fromLocalObject(object);
|
|
|
| - var propertiesSection = new WebInspector.ObjectPropertiesSection(localObject, "local object");
|
| + var propertiesSection = new Components.ObjectPropertiesSection(localObject, "local object");
|
| propertiesSection.expand();
|
| propertiesSection.objectTreeElement().childAt(1).expand();
|
|
|
|
|