| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index b90191d0eb5910e22e098c9218da4b7bf95ba112..167b7626a526ae7f5d223ae5cb55030af9320960 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -354,6 +354,7 @@ typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache;
|
| V(uint64_t, enabled_cpu_features, 0) \
|
| V(CpuProfiler*, cpu_profiler, NULL) \
|
| V(HeapProfiler*, heap_profiler, NULL) \
|
| + V(bool, observer_delivery_pending, false) \
|
| ISOLATE_DEBUGGER_INIT_LIST(V)
|
|
|
| class Isolate {
|
|
|