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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/datagrid-autosize.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/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));
}

Powered by Google App Engine
This is Rietveld 408576698