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

Unified Diff: runtime/vm/visitor.h

Issue 1176183002: Refactor delay set to allow more than one marking visitor (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Remove DrainTask Created 5 years, 6 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 | « runtime/vm/raw_object.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/visitor.h
diff --git a/runtime/vm/visitor.h b/runtime/vm/visitor.h
index 86673838449c845d1011b22f52d31e34aa2f8568..70fe619e215df01ff34ad7f4c16c3f81b3fd4e2a 100644
--- a/runtime/vm/visitor.h
+++ b/runtime/vm/visitor.h
@@ -26,7 +26,7 @@ class ObjectPointerVisitor {
virtual void VisitPointers(RawObject** first, RawObject** last) = 0;
virtual bool visit_function_code() const { return true; }
- virtual GrowableArray<RawFunction*>* skipped_code_functions() {
+ virtual MallocGrowableArray<RawFunction*>* skipped_code_functions() {
return NULL;
}
// len argument is the number of pointers to visit starting from 'p'.
« no previous file with comments | « runtime/vm/raw_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698