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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html

Issue 211273005: Do not override data getter in heap snapshot grid nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unused parameter from findRow Created 6 years, 9 months 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
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html b/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
index a76ba6cd2d39fcfd92c4d2dcaa7b8c2200166244..6b7c5a5e9469d4dbd5baf6233f49777ba1baebc0 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
@@ -95,7 +95,7 @@ function test()
function step2()
{
- var row = InspectorTest.findRow("object", "A");
+ var row = InspectorTest.findRow("A");
InspectorTest.assertEquals(true, !!row, "\"A\" row");
InspectorTest.expandRow(row, step3);
}
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698