| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index eadba190c75dd8dd32363e94a095c60b3d86b7bb..338b477cdb8e7b87e0f425c3561c96ff8f7fcefc 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -146,6 +146,8 @@ public:
|
|
|
| LengthPoint m_objectPosition;
|
|
|
| + Vector<String> m_callbackSelectors;
|
| +
|
| AtomicString m_flowThread;
|
| AtomicString m_regionThread;
|
| unsigned m_regionFragment : 1; // RegionFragment
|
|
|