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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.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/profiler/heap-snapshot-summary-retainers.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
index f443c1349a15235137bbd5048cce4fdc558fdd4a..1d6aa70088ef8662cd5fa818b0c47618f65de7db 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
@@ -104,7 +104,7 @@ function test()
function step4(retainersRoot)
{
retainersRoot.dataGrid.addEventListener(
- WebInspector.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
+ Profiler.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
step5.bind(this, retainersRoot));
}
@@ -183,7 +183,7 @@ function test()
function step4(retainersRoot)
{
retainersRoot.dataGrid.addEventListener(
- WebInspector.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
+ Profiler.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
step5.bind(this, retainersRoot));
}

Powered by Google App Engine
This is Rietveld 408576698