| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 40b7c75d3eed7800d1e6a93128c2b8e68b38eb28..be263adca6ee840d8fc823d0f41f13ba104d9dd7 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -551,7 +551,7 @@ static const float maximumAllowedFontSize = 1000000.0f;
|
|
|
| enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
|
|
|
| -enum LayoutBox { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox };
|
| +enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox };
|
|
|
| } // namespace WebCore
|
|
|
|
|