| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 4566ed639956caa1ca4aeb02849b6c18cbbab74d..19da7afb077d7826c3fba488e08a0ac4a019bbe8 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -1331,9 +1331,6 @@ static EBreak mapToPageBreakValue(EBreak genericBreakValue)
|
| case BreakRecto:
|
| case BreakVerso:
|
| return BreakAuto;
|
| - case BreakLeft:
|
| - case BreakRight:
|
| - // TODO(mstensho): "left" and "right" should simply be mapped to that, not "always", according to spec.
|
| case BreakPage:
|
| return BreakAlways;
|
| case BreakAvoidPage:
|
|
|