| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 4a8cf229152d037e77cd9fec61efc55ee32593ac..c6512ddceee26803ce40be7440748cf6c767b9cc 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -347,7 +347,7 @@ void LayoutInline::addChildIgnoringContinuation(LayoutObject* newChild,
|
| // them in a clone of this object.
|
| RefPtr<ComputedStyle> newStyle =
|
| ComputedStyle::createAnonymousStyleWithDisplay(
|
| - containingBlock()->styleRef(), EDisplay::Block);
|
| + containingBlock()->styleRef(), EDisplay::kBlock);
|
|
|
| // If inside an inline affected by in-flow positioning the block needs to be
|
| // affected by it too. Giving the block a layer like this allows it to
|
|
|