Chromium Code Reviews| Index: lib/isolate.cc |
| =================================================================== |
| --- lib/isolate.cc (revision 14547) |
| +++ lib/isolate.cc (working copy) |
| @@ -335,7 +335,7 @@ |
| 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); |