| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| index 7a26d696dea54e571ebb85c185a2309e4a5f4f64..ad9d540893dbaee412de6d2b3889b9091111f089 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -100,7 +100,7 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
|
| justify_content_(ComputedStyle::InitialContentAlignment()),
|
| justify_items_(ComputedStyle::InitialSelfAlignment()),
|
| justify_self_(ComputedStyle::InitialSelfAlignment()),
|
| - page_size_type_(PAGE_SIZE_AUTO),
|
| + page_size_type_(static_cast<unsigned>(PageSizeType::kAuto)),
|
| transform_style3d_(ComputedStyle::InitialTransformStyle3D()),
|
| backface_visibility_(ComputedStyle::InitialBackfaceVisibility()),
|
| user_drag(ComputedStyle::InitialUserDrag()),
|
|
|