| Index: third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.html b/third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.html
|
| index 95226bd9a63cfb37f549509bedcc646a9f8df06e..595bbadaaa3d74927a3c62fdc6a8d053ddcd090f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.html
|
| @@ -8,7 +8,7 @@ function test()
|
| {
|
| function testAutoSize(widths, minPercent, maxPercent) {
|
| InspectorTest.addResult("Auto sizing " + JSON.stringify(widths) + ", minPercent=" + minPercent + ", maxPercent=" + maxPercent);
|
| - var result = WebInspector.DataGrid.prototype._autoSizeWidths(widths, minPercent, maxPercent);
|
| + var result = UI.DataGrid.prototype._autoSizeWidths(widths, minPercent, maxPercent);
|
| InspectorTest.addResult(" " + JSON.stringify(result));
|
| }
|
|
|
|
|