| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index b0585fc78b564c2b64acc44670daea5b27c8eff2..4fe1f6239f8f8873bfd988da3f2fe8d648b90459 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -91,8 +91,8 @@ enum EPosition {
|
| StaticPosition = 0,
|
| RelativePosition = 1,
|
| AbsolutePosition = 2,
|
| - StickyPosition = 3,
|
| // This value is required to pack our bits efficiently in RenderObject.
|
| + // FIXME: Is this still true now that we've remove position: sticky.
|
| FixedPosition = 6
|
| };
|
|
|
|
|