| 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 e7a3804f69b2c3aa34123bdf3db6e6ca3ef5a87f..d27e48ab639c9ecabc9c236e79f11a395ff03728 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -815,7 +815,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
|
|
| // -webkit-box-decoration-break
|
| static EBoxDecorationBreak InitialBoxDecorationBreak() {
|
| - return kBoxDecorationBreakSlice;
|
| + return EBoxDecorationBreak::kSlice;
|
| }
|
| EBoxDecorationBreak BoxDecorationBreak() const {
|
| return static_cast<EBoxDecorationBreak>(box_data_->box_decoration_break_);
|
|
|