Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index cf8fa84727e02b995121be1f365c56e8b0602c15..d67e69f5db67a924a955739edd353532356a36ce 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 { |