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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html

Issue 2629073004: ac (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
index 576bcbf439280a3dd13005ac0869ef92e2817a1d..866c6d598c12ac1e8f3c4ce95b28d9b99a4c3e15 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
@@ -69,7 +69,7 @@ function test()
InspectorTest.addResult("PASS: got at least one HTMLBodyElement wrapper");
for (var i = 0; i < remoteObjects.length; i++)
- remoteObjects[i].getOwnProperties(didGetOwnProperties);
+ remoteObjects[i].getOwnProperties(false, didGetOwnProperties);
}
var didGetOwnPropertiesCount = 0;

Powered by Google App Engine
This is Rietveld 408576698