| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 7d3116698afadfd56f870995e325d410b59bd7dc..e0ce7cb3900c1a52d96a136e2b0c5d38c76a7210 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -224,7 +224,7 @@ class Isolate : public BaseIsolate {
|
| uword saved_stack_limit() const { return saved_stack_limit_; }
|
|
|
| // Retrieve the stack address bounds.
|
| - bool GetStackBounds(uintptr_t* lower, uintptr_t* upper);
|
| + bool GetStackBounds(uword* lower, uword* upper);
|
|
|
| static uword GetSpecifiedStackSize();
|
|
|
|
|