Chromium Code Reviews| Index: runtime/vm/simulator_mips.h |
| diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h |
| index 23972fef40ed1f55332f971cfe51a6f45ff63837..4243072517b0432138962add2e06154b440b0b05 100644 |
| --- a/runtime/vm/simulator_mips.h |
| +++ b/runtime/vm/simulator_mips.h |
| @@ -141,7 +141,7 @@ class Simulator { |
| uword fp, |
| RawObject* raw_exception, |
| RawObject* raw_stacktrace, |
| - Isolate* isolate); |
| + Thread* thread); |
| private: |
| // A pc value used to signal the simulator to stop execution. Generally |