Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 2f36063dd6b98d9fa63658f36dbd1041d39582e9..bb102ccd9bdb14163eb958a33ddba366fea3a91e 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); |