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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.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-statistics.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
index 6838a313714bbfbdaf2f0afa76ad4fdc1a45f70e..427fe7636e3730d4be419dbdce414140c736d692 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
@@ -36,7 +36,7 @@ function test()
InspectorTest.runHeapSnapshotTestSuite([
function testStatistics(next)
{
- InspectorTest.addSniffer(WebInspector.HeapSnapshotView.prototype, "_gotStatistics", step1, true);
+ InspectorTest.addSniffer(Profiler.HeapSnapshotView.prototype, "_gotStatistics", step1, true);
InspectorTest.takeAndOpenSnapshot(createHeapSnapshot, function() {});
function step1(statistics)

Powered by Google App Engine
This is Rietveld 408576698