Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 79884fe23885895e6efb21fcf9bc2d8291340a9b..08fc7914ec0c4b7d2e5a30d61709543e50c058ce 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1752,7 +1752,8 @@ Isolate::Isolate() |
| deferred_handles_head_(NULL), |
| optimizing_compiler_thread_(this), |
| marking_thread_(NULL), |
| - sweeper_thread_(NULL) { |
| + sweeper_thread_(NULL), |
| + callback_table_(NULL) { |
| id_ = NoBarrier_AtomicIncrement(&isolate_counter_, 1); |
| TRACE_ISOLATE(constructor); |