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..32fb76289f6e7f8a5995580372e15cebefed5e54 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_cleanTraceWrappersMarkingDeque(nullptr) |
#if defined(ADDRESS_SANITIZER) |
, m_asanFakeStack(__asan_get_current_fake_stack()) |
#endif |