| Index: runtime/vm/visitor.h
|
| diff --git a/runtime/vm/visitor.h b/runtime/vm/visitor.h
|
| index 70fe619e215df01ff34ad7f4c16c3f81b3fd4e2a..a69349d81760a1f9996472f1217e1dc2cf116492 100644
|
| --- a/runtime/vm/visitor.h
|
| +++ b/runtime/vm/visitor.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef VM_VISITOR_H_
|
| #define VM_VISITOR_H_
|
|
|
| +#include "vm/allocation.h"
|
| #include "vm/globals.h"
|
| #include "vm/growable_array.h"
|
|
|
| @@ -38,6 +39,7 @@ class ObjectPointerVisitor {
|
|
|
| private:
|
| Isolate* isolate_;
|
| + NoSafepointScope no_safepoints_;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectPointerVisitor);
|
| };
|
|
|