| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 2c716cf0c4bcec444e5425fb25547e2a084de1dd..8274683794f22d30be248da9cad96965ad1866b4 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -461,7 +461,6 @@ public:
|
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
|
| virtual LayoutUnit computeReplacedLogicalHeight() const;
|
|
|
| - static bool logicalWidthIsResolvableFromBlock(const LayoutBlock* containingBlock);
|
| bool hasDefiniteLogicalWidth() const;
|
| static bool percentageLogicalHeightIsResolvableFromBlock(const LayoutBlock* containingBlock, bool outOfFlowPositioned);
|
| bool hasDefiniteLogicalHeight() const;
|
|
|