| Index: third_party/WebKit/Source/core/style/StyleBoxData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleBoxData.cpp b/third_party/WebKit/Source/core/style/StyleBoxData.cpp
|
| index 9f52a869a0f91804714c5aa45f691e8fc5c90a19..80d47b3dffda5ad18cd692b1abdf37526bb18740 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleBoxData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleBoxData.cpp
|
| @@ -42,7 +42,8 @@ StyleBoxData::StyleBoxData()
|
| z_index_(0),
|
| has_auto_z_index_(true),
|
| box_sizing_(static_cast<unsigned>(ComputedStyle::InitialBoxSizing())),
|
| - box_decoration_break_(kBoxDecorationBreakSlice) {}
|
| + box_decoration_break_(
|
| + static_cast<unsigned>(EBoxDecorationBreak::kSlice)) {}
|
|
|
| bool StyleBoxData::operator==(const StyleBoxData& o) const {
|
| return width_ == o.width_ && height_ == o.height_ &&
|
|
|