Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: third_party/WebKit/LayoutTests/inspector/tabbed-pane-max-tab-width-calculation.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 + ".");
}

Powered by Google App Engine
This is Rietveld 408576698