| Index: Source/bindings/v8/V8PerIsolateData.cpp
|
| diff --git a/Source/bindings/v8/V8PerIsolateData.cpp b/Source/bindings/v8/V8PerIsolateData.cpp
|
| index 2f55a8cca60a41f4f47fefdfaa7d602bf524b92d..c1fed7fde5783cb8164e5c8ba0280b351cc184a9 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_performingCheckpoint(false)
|
| {
|
| }
|
|
|
|
|