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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.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-comparison-dom-groups-change.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
index 6b7c5a5e9469d4dbd5baf6233f49777ba1baebc0..e32e1b8bdf9e25a7bbab310186457b1a0009c7dd 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
@@ -81,7 +81,7 @@ function test()
function testShowAll(next)
{
// Make sure all nodes are visible.
- WebInspector.HeapSnapshotDiffDataGrid.prototype.defaultPopulateCount = function() { return 100; };
+ Profiler.HeapSnapshotDiffDataGrid.prototype.defaultPopulateCount = function() { return 100; };
InspectorTest.takeAndOpenSnapshot(createHeapSnapshotA, createSnapshotB);
function createSnapshotB() {

Powered by Google App Engine
This is Rietveld 408576698