Chromium Code Reviews| Index: runtime/vm/tags.h |
| diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h |
| index 59f3926f559ba56b6f9566e028cc9e8db44b3258..926aed88c3c123af8d21edbceb09b489d3dd050b 100644 |
| --- a/runtime/vm/tags.h |
| +++ b/runtime/vm/tags.h |
| @@ -79,7 +79,7 @@ class VMTag : public AllStatic { |
| class VMTagScope : StackResource { |
| public: |
| - VMTagScope(Isolate* isolate, uword tag, bool conditional_set = true); |
| + VMTagScope(Thread* thread, uword tag, bool conditional_set = true); |
| ~VMTagScope(); |
| private: |
| uword previous_tag_; |