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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.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-orphan-nodes.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
index a1c37a377a46ba445bb9234cf4b1a64caa251940..c329b58579d5a4dd93df23120da23a98d9e56dbb 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
@@ -44,7 +44,7 @@ function test()
return builder.generateSnapshot();
}
- InspectorTest.addSniffer(WebInspector.HeapSnapshotView.prototype, "_gotStatistics", checkStatistics, true);
+ InspectorTest.addSniffer(Profiler.HeapSnapshotView.prototype, "_gotStatistics", checkStatistics, true);
InspectorTest.takeAndOpenSnapshot(createHeapSnapshot, step1);
function checkStatistics(statistics)

Powered by Google App Engine
This is Rietveld 408576698