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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-summary-search.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
Index: LayoutTests/inspector/profiler/heap-snapshot-summary-search.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html
index 66720dc893a18758ce624e973d0c0352ea091b36..ea3c8e0958d9fd21dcc77db8853727e004940ea9 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-search.html
@@ -24,7 +24,7 @@ function test()
function step1b()
{
- var row = InspectorTest.findRow("object", "Window");
+ var row = InspectorTest.findRow("Window");
InspectorTest.assertEquals(true, !!row, "\"Window\" class row");
InspectorTest.expandRow(row, step1c);
}

Powered by Google App Engine
This is Rietveld 408576698