| Index: Source/bindings/v8/V8PerIsolateData.cpp
|
| diff --git a/Source/bindings/v8/V8PerIsolateData.cpp b/Source/bindings/v8/V8PerIsolateData.cpp
|
| index 2f55a8cca60a41f4f47fefdfaa7d602bf524b92d..9ff9596949ccf707c580bb1df52f5738843572d8 100644
|
| --- a/Source/bindings/v8/V8PerIsolateData.cpp
|
| +++ b/Source/bindings/v8/V8PerIsolateData.cpp
|
| @@ -46,6 +46,7 @@ V8PerIsolateData::V8PerIsolateData(v8::Isolate* isolate)
|
| #endif
|
| , m_gcEventData(adoptPtr(new GCEventData()))
|
| , m_shouldCollectGarbageSoon(false)
|
| + , m_performingMicrotaskCheckpoint(false)
|
| {
|
| }
|
|
|
|
|