| Index: Source/core/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
|
| index 1222c3e8666251605348d6bdd0238093a5dfbde1..034ee9dad374748063c1482cf02dac0f09fd95a2 100644
|
| --- a/Source/core/style/StyleRareInheritedData.h
|
| +++ b/Source/core/style/StyleRareInheritedData.h
|
| @@ -136,6 +136,8 @@ public:
|
|
|
| unsigned m_selfOrAncestorHasDirAutoAttribute : 1;
|
|
|
| + unsigned m_respectImageOrientation : 1;
|
| +
|
| AtomicString hyphenationString;
|
| short hyphenationLimitBefore;
|
| short hyphenationLimitAfter;
|
|
|