Chromium Code Reviews| Index: runtime/vm/dart_api_state.h |
| =================================================================== |
| --- runtime/vm/dart_api_state.h (revision 34879) |
| +++ runtime/vm/dart_api_state.h (working copy) |
| @@ -758,6 +758,10 @@ |
| } |
| } |
| + void VisitPrologueWeakHandles(HandleVisitor* visitor) { |
| + prologue_weak_persistent_handles().VisitHandles(visitor); |
| + } |
| + |
| bool IsValidLocalHandle(Dart_Handle object) const { |
| ApiLocalScope* scope = top_scope_; |
| while (scope != NULL) { |