Chromium Code Reviews| Index: runtime/vm/allocation.h |
| =================================================================== |
| --- runtime/vm/allocation.h (revision 1496) |
| +++ runtime/vm/allocation.h (working copy) |
| @@ -35,7 +35,7 @@ |
| // to a stack frame above the frame where these objects were allocated. |
| class StackResource { |
| public: |
| - StackResource(); |
| + explicit StackResource(Isolate* isolate); |
| virtual ~StackResource(); |
| Isolate* isolate() const { return isolate_; } |