Chromium Code Reviews| Index: runtime/vm/native_api_impl.cc |
| diff --git a/runtime/vm/native_api_impl.cc b/runtime/vm/native_api_impl.cc |
| index 5f091ba5fd36ac1bc7354dfcd11958ac77677d7d..ce055293cd8784fd09f83909bc5e8c2830a8cfe8 100644 |
| --- a/runtime/vm/native_api_impl.cc |
| +++ b/runtime/vm/native_api_impl.cc |
| @@ -87,7 +87,7 @@ DART_EXPORT Dart_Handle Dart_CompileAll() { |
| if (::Dart_IsError(result)) { |
| return result; |
| } |
| - CHECK_CALLBACK_STATE(I); |
| + CHECK_CALLBACK_STATE(T); |
| CompileAll(I, &result); |
| return result; |
| } |