Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index 112c7b1adb4d5c6a11eb98baea69757766dd36dd..68bd8076ceacd210bd87cab330a5a7f7e216721f 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -613,7 +613,7 @@ public: |
ShapeOutsideInfo* shapeOutsideInfo() const |
{ |
- return ShapeOutsideInfo::isEnabledFor(this) ? ShapeOutsideInfo::info(this) : 0; |
+ return ShapeOutsideInfo::isEnabledFor(*this) ? ShapeOutsideInfo::info(*this) : 0; |
} |
void markShapeOutsideDependentsForLayout() |