| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 3d103410a6c3cd0663eea30d0e2d97ffa91c5402..9c387aabdd72d381b6c0cbcdff84a9868d2dcb6f 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1767,15 +1767,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| SET_VAR(rare_inherited_data_, text_size_adjust_, size_adjust);
|
| }
|
|
|
| - // word-break inherited (aka -epub-word-break)
|
| - static EWordBreak InitialWordBreak() { return EWordBreak::kNormal; }
|
| - EWordBreak WordBreak() const {
|
| - return static_cast<EWordBreak>(rare_inherited_data_->word_break_);
|
| - }
|
| - void SetWordBreak(EWordBreak b) {
|
| - SET_VAR(rare_inherited_data_, word_break_, static_cast<unsigned>(b));
|
| - }
|
| -
|
| // -webkit-line-break
|
| static LineBreak InitialLineBreak() { return LineBreak::kAuto; }
|
| LineBreak GetLineBreak() const {
|
|
|