| Index: Source/core/style/ComputedStyle.cpp
 | 
| diff --git a/Source/core/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
 | 
| index c01ddf928a2c652f6b556d64357ec39ae634dc64..1f89a4f5e88588340986fdff1c11c5d9e6f94d4b 100644
 | 
| --- a/Source/core/style/ComputedStyle.cpp
 | 
| +++ b/Source/core/style/ComputedStyle.cpp
 | 
| @@ -126,6 +126,7 @@ ALWAYS_INLINE ComputedStyle::ComputedStyle(InitialStyleTag)
 | 
|      rareNonInheritedData.access()->m_filter.init();
 | 
|      rareNonInheritedData.access()->m_grid.init();
 | 
|      rareNonInheritedData.access()->m_gridItem.init();
 | 
| +    rareNonInheritedData.access()->m_scrollSnap.init();
 | 
|      rareInheritedData.init();
 | 
|      inherited.init();
 | 
|      m_svgStyle.init();
 | 
| 
 |