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

Unified Diff: test/cctest/heap/test-heap.cc

Issue 2578433002: Revert of Store SharedFunctionInfos of a Script in a FixedArray indexed by their ID (Closed)
Patch Set: Created 4 years 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 | « src/runtime/runtime-liveedit.cc ('k') | test/cctest/parsing/test-parse-decision.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-heap.cc
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
index ea07a1e27653ba2a6eddb53652f997fd07ff5b45..6dcca5979117cb20084409ac2bfd6107cee0f3c9 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -6398,7 +6398,7 @@
}
{
- SharedFunctionInfo::GlobalIterator iterator(isolate);
+ SharedFunctionInfo::Iterator iterator(isolate);
while (iterator.Next()) sfi_count--;
}
« no previous file with comments | « src/runtime/runtime-liveedit.cc ('k') | test/cctest/parsing/test-parse-decision.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698