| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 0187682f0f2a97a0167552fff28d063b3b704f41..535b0e65bed7b1af4ce85ef9edad5cfba84b16b1 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -901,7 +901,6 @@ public:
|
|
|
| // Virtual function helpers for the deprecated Flexible Box Layout (display: -webkit-box).
|
| virtual bool isDeprecatedFlexibleBox() const { return false; }
|
| - virtual bool isStretchingChildren() const { return false; }
|
|
|
| // Virtual function helper for the new FlexibleBox Layout (display: -webkit-flex).
|
| virtual bool isFlexibleBox() const { return false; }
|
|
|