Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2535)

Unified Diff: runtime/vm/native_api_impl.cc

Issue 1401413002: Move no_callback_scope_depth_ and cha_ from isolate -> thread (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Cleanup Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698