Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index 0507088c9ad88e7f247929f45e6fb15dcd992c89..943c8ab18b84ca34764db6516733e8d1c575beb1 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -1372,7 +1372,7 @@ public: |
ExclusionShapeValue* resolvedShapeInside() const |
{ |
ExclusionShapeValue* shapeInside = this->shapeInside(); |
- if (shapeInside && shapeInside->type() == ExclusionShapeValue::OUTSIDE) |
+ if (shapeInside && shapeInside->type() == ExclusionShapeValue::Outside) |
return shapeOutside(); |
return shapeInside; |
} |