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 7b4404fe8225dd79d74273971d49c822f361fdaa..53810431e827c99512527c83d8312c61782c9337 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
@@ -111,6 +111,9 @@ ThreadState::ThreadState() |
m_noAllocationCount(0), |
m_gcForbiddenCount(0), |
m_mixinsBeingConstructedCount(0), |
+#if DCHECK_IS_ON() |
+ m_noScriptWrappableCount(0), |
+#endif |
m_accumulatedSweepingTime(0), |
m_vectorBackingArenaIndex(BlinkGC::Vector1ArenaIndex), |
m_currentArenaAges(0), |