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