| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 185122c5bb5b6d30cb7ace4625b9918e6c42ee09..bbf8330d3918c7637b8f4e5f8bdb4533180cfefa 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -340,7 +340,7 @@ enum TextAlignLast {
|
| };
|
|
|
| enum TextJustify {
|
| - TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute
|
| + TextJustifyAuto = 0, TextJustifyNone = 1, TextJustifyInterWord = 2, TextJustifyDistribute = 3
|
| };
|
|
|
| enum TextUnderlinePosition {
|
|
|