Index: Source/WebCore/rendering/RenderMenuList.h |
=================================================================== |
--- Source/WebCore/rendering/RenderMenuList.h (revision 126630) |
+++ Source/WebCore/rendering/RenderMenuList.h (working copy) |
@@ -68,6 +68,7 @@ |
virtual LayoutRect controlClipRect(const LayoutPoint&) const; |
virtual bool hasControlClip() const { return true; } |
virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; } |
+ virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE; |
virtual const char* renderName() const { return "RenderMenuList"; } |