| Index: Source/core/rendering/style/RenderStyleConstants.h | 
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h | 
| index 010e0845980ec7edf00c000cadd9e7b23236063f..40b7c75d3eed7800d1e6a93128c2b8e68b38eb28 100644 | 
| --- a/Source/core/rendering/style/RenderStyleConstants.h | 
| +++ b/Source/core/rendering/style/RenderStyleConstants.h | 
| @@ -498,10 +498,6 @@ enum ImageResolutionSnap { ImageResolutionNoSnap = 0, ImageResolutionSnapPixels | 
|  | 
| enum Order { LogicalOrder = 0, VisualOrder }; | 
|  | 
| -enum ColumnAxis { HorizontalColumnAxis, VerticalColumnAxis, AutoColumnAxis }; | 
| - | 
| -enum ColumnProgression { NormalColumnProgression, ReverseColumnProgression }; | 
| - | 
| enum WrapFlow { WrapFlowAuto, WrapFlowBoth, WrapFlowStart, WrapFlowEnd, WrapFlowMaximum, WrapFlowClear }; | 
|  | 
| enum WrapThrough { WrapThroughWrap, WrapThroughNone }; | 
|  |