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

Unified Diff: runtime/vm/scavenger.h

Issue 9148051: Provide API support for weak handles and post-mortem finalization. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address review comments Created 8 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
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scavenger.h
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
index ffeb3cc99b410205125e9f1d6464b4c81dd00d54..30659c707abc79847b2cf9b5f529527da8f1d57a 100644
--- a/runtime/vm/scavenger.h
+++ b/runtime/vm/scavenger.h
@@ -75,7 +75,7 @@ class Scavenger {
uword FirstObjectStart() const { return to_->start() | object_alignment_; }
void Prologue();
void IterateRoots(Isolate* isolate, ObjectPointerVisitor* visitor);
- void IterateWeakRoots(Isolate* isolate, ObjectPointerVisitor* visitor);
+ void IterateWeakRoots(Isolate* isolate, HandleVisitor* visitor);
void ProcessToSpace(ObjectPointerVisitor* visitor);
void Epilogue();
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698