| Index: Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp
|
| diff --git a/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp b/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp
|
| index 89d1fc1026c12e9cc453bd3dc9649df84bd1ef69..8a9f3dbab1c20acae5f09a3d2c0d9ad77dce2d44 100644
|
| --- a/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp
|
| +++ b/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp
|
| @@ -36,7 +36,7 @@ namespace WebCore {
|
| bool ExclusionShapeOutsideInfo::isEnabledFor(const RenderBox* box)
|
| {
|
| ExclusionShapeValue* value = box->style()->shapeOutside();
|
| - return (box->isFloatingWithShapeOutside() && value->type() == ExclusionShapeValue::SHAPE) ? value->shape() : 0;
|
| + return (box->isFloatingWithShapeOutside() && value->type() == ExclusionShapeValue::Shape) ? value->shape() : 0;
|
| }
|
|
|
| bool ExclusionShapeOutsideInfo::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight)
|
|
|