| Index: runtime/lib/isolate.cc
|
| diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc
|
| index d2fec8b67d7adb0d6f54c74ff0b5d5ba317ec178..2fdef36aa9dd379aab5f947fbd6a20cfb288a5cd 100644
|
| --- a/runtime/lib/isolate.cc
|
| +++ b/runtime/lib/isolate.cc
|
| @@ -335,7 +335,7 @@ static bool CreateIsolate(SpawnState* state, char** error) {
|
| static bool RunIsolate(uword parameter) {
|
| Isolate* isolate = reinterpret_cast<Isolate*>(parameter);
|
| SpawnState* state = reinterpret_cast<SpawnState*>(isolate->spawn_data());
|
| - isolate->set_spawn_data(NULL);
|
| + isolate->set_spawn_data(0);
|
| {
|
| StartIsolateScope start_scope(isolate);
|
| StackZone zone(isolate);
|
|
|