| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 4d555be3de63fb0b8e2edb9d74b6e810d2a18f44..52c64305eafaad8aa92349478b79c5849ebefdae 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -32,7 +32,6 @@
|
| #include "core/rendering/style/CursorData.h"
|
| #include "core/rendering/style/DataRef.h"
|
| #include "core/rendering/style/FillLayer.h"
|
| -#include "core/rendering/style/LineClampValue.h"
|
| #include "core/rendering/style/NinePieceImage.h"
|
| #include "core/rendering/style/ShapeValue.h"
|
| #include "wtf/OwnPtr.h"
|
| @@ -97,7 +96,6 @@ public:
|
| Length m_perspectiveOriginX;
|
| Length m_perspectiveOriginY;
|
|
|
| - LineClampValue lineClamp; // An Apple extension.
|
| DraggableRegionMode m_draggableRegionMode;
|
|
|
| DataRef<StyleDeprecatedFlexibleBoxData> m_deprecatedFlexibleBox; // Flexible box properties
|
|
|