Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
index e9caf851f76ad66656e38324a0ca0ec0c18fdec2..08bbc35e7824eeed4e998a62e39747c5a437f5c5 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
@@ -98,6 +98,7 @@ ThreadState::ThreadState(bool perThreadHeapEnabled) |
, m_gcState(NoGCScheduled) |
, m_isolate(nullptr) |
, m_traceDOMWrappers(nullptr) |
+ , m_invalidateDeadObjectsInWrappersMarkingDeque(nullptr) |
#if defined(ADDRESS_SANITIZER) |
, m_asanFakeStack(__asan_get_current_fake_stack()) |
#endif |