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

Unified Diff: runtime/bin/builtin_common.cc

Issue 1130753006: Hide Isolate pointer from embedder (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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
« no previous file with comments | « runtime/bin/builtin.cc ('k') | runtime/bin/builtin_nolib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_common.cc
diff --git a/runtime/bin/builtin_common.cc b/runtime/bin/builtin_common.cc
index da754a5222d0d4842e7764b36fc5848f0c3be614..e727246dad06786ce23c75dce996a69e4b66d7c5 100644
--- a/runtime/bin/builtin_common.cc
+++ b/runtime/bin/builtin_common.cc
@@ -15,7 +15,7 @@ namespace bin {
void Builtin::SetLoadPort(Dart_Port port) {
load_port_ = port;
- ASSERT(load_port_ != ILLEGAL_PORT);
+ ASSERT(load_port_ != DART_ILLEGAL_PORT);
Dart_Handle field_name = DartUtils::NewString("_loadPort");
ASSERT(!Dart_IsError(field_name));
Dart_Handle builtin_lib =
« no previous file with comments | « runtime/bin/builtin.cc ('k') | runtime/bin/builtin_nolib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698