| Index: third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html b/third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html
|
| index 24f9257eed8d4676f26fae2e73ac00cdf210aac7..69591f2db5390716ccb639fa978c55c8e6ff27b3 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html
|
| @@ -6,7 +6,7 @@ var test = function()
|
| {
|
| function calculateAndDumpMaxWidth(measuredWidths, totalWidth)
|
| {
|
| - var maxWidth = WebInspector.TabbedPane.prototype._calculateMaxWidth(measuredWidths, totalWidth);
|
| + var maxWidth = UI.TabbedPane.prototype._calculateMaxWidth(measuredWidths, totalWidth);
|
| InspectorTest.addResult("measuredWidths = [" + String(measuredWidths) + "], totalWidth = " + totalWidth + ", maxWidth = " + maxWidth + ".");
|
| }
|
|
|
|
|