Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index a87670844024b5841a9072743f3b4a2cff68fd10..264bbc27fae118bfe9c05afb06f55cc493d062f0 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -453,6 +453,7 @@ Document::Document(const DocumentInit& initializer, DocumentClassFlags documentC |
, m_registrationContext(initializer.registrationContext(this)) |
, m_elementDataCacheClearTimer(this, &Document::elementDataCacheClearTimerFired) |
, m_timeline(AnimationTimeline::create(this)) |
+ , m_compositorPendingAnimations(new CompositorPendingAnimations()) |
, m_templateDocumentHost(nullptr) |
, m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired) |
, m_timers(timerTaskRunner()->adoptClone()) |