| Index: Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (revision 119777)
|
| +++ Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (working copy)
|
| @@ -51,7 +51,6 @@
|
| virtual bool isDeprecatedFlexibleBox() const { return true; }
|
| virtual bool isFlexingChildren() const { return m_flexingChildren; }
|
| virtual bool isStretchingChildren() const { return m_stretchingChildren; }
|
| - virtual bool canHaveGeneratedChildren() const { return true; }
|
|
|
| void placeChild(RenderBox* child, const LayoutPoint& location);
|
|
|
|
|