Index: Source/core/style/ComputedStyleConstants.h |
diff --git a/Source/core/style/ComputedStyleConstants.h b/Source/core/style/ComputedStyleConstants.h |
index 06d713085878e9769fe08c5766459cf148242efb..0aa2718fe8c850a9849f26484482ea37299a1542 100644 |
--- a/Source/core/style/ComputedStyleConstants.h |
+++ b/Source/core/style/ComputedStyleConstants.h |
@@ -190,10 +190,10 @@ enum EUserSelect { |
// CSS3 Image Values |
enum ObjectFit { ObjectFitFill, ObjectFitContain, ObjectFitCover, ObjectFitNone, ObjectFitScaleDown }; |
-// Word Break Values. Matches WinIE, rather than CSS3 |
+// Word Break Values. Matches WinIE and CSS3 |
enum EWordBreak { |
- NormalWordBreak, BreakAllWordBreak, BreakWordBreak |
+ NormalWordBreak, BreakAllWordBreak, KeepAllWordBreak, BreakWordBreak |
}; |
enum EOverflowWrap { |