Chromium Code Reviews| Index: runtime/vm/isolate.h |
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
| index df446fe5e59a32cef722150b78e45ef61cce6a75..76afa3e05250d5ad7baf66b4daaf67f397892ef8 100644 |
| --- a/runtime/vm/isolate.h |
| +++ b/runtime/vm/isolate.h |
| @@ -36,8 +36,8 @@ class RawMint; |
| class RawInteger; |
| class RawError; |
| class StackResource; |
| +class StackZone; |
| class StubCode; |
| -class Zone; |
| // Used by the deoptimization infrastructure to defer allocation of Double |