| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
|
| index fa5c5d74a147a9d2e868772b8776e1532f5b5f3f..c8825beb0ccc279a4a59da8e3ac05af03df45f9f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
|
| @@ -81,7 +81,7 @@ function test()
|
|
|
| function testBorderBoxInit2(next)
|
| {
|
| - section = WebInspector.panels.elements._metricsWidget;
|
| + section = UI.panels.elements._metricsWidget;
|
| section.expand();
|
| InspectorTest.addSniffer(section._updateController._updateThrottler, "_processCompletedForTests", next);
|
| },
|
| @@ -113,7 +113,7 @@ function test()
|
|
|
| function testContentBoxInit2(next)
|
| {
|
| - section = WebInspector.panels.elements._metricsWidget;
|
| + section = UI.panels.elements._metricsWidget;
|
| section.expand();
|
| InspectorTest.addSniffer(section._updateController._updateThrottler, "_processCompletedForTests", next);
|
| },
|
|
|