| Index: Source/core/rendering/RenderReplaced.cpp
|
| diff --git a/Source/core/rendering/RenderReplaced.cpp b/Source/core/rendering/RenderReplaced.cpp
|
| index 885b9b0493fb58393734aaa25f09e3ca56ccfce1..f93555ab2feb6afc6d9488571bce209a8a598061 100644
|
| --- a/Source/core/rendering/RenderReplaced.cpp
|
| +++ b/Source/core/rendering/RenderReplaced.cpp
|
| @@ -230,17 +230,6 @@ static inline RenderBlock* firstContainingBlockWithLogicalWidth(const RenderRepl
|
| return 0;
|
| }
|
|
|
| -bool RenderReplaced::hasReplacedLogicalWidth() const
|
| -{
|
| - if (style()->logicalWidth().isSpecified())
|
| - return true;
|
| -
|
| - if (style()->logicalWidth().isAuto())
|
| - return false;
|
| -
|
| - return firstContainingBlockWithLogicalWidth(this);
|
| -}
|
| -
|
| bool RenderReplaced::hasReplacedLogicalHeight() const
|
| {
|
| if (style()->logicalHeight().isAuto())
|
|
|