| Index: Source/core/rendering/RenderMenuList.h
|
| diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h
|
| index 29551c52aad286b0d02c082fb12366d476ac1352..d4e69fa430c175b20d47f6066f9abe6803eb81f4 100644
|
| --- a/Source/core/rendering/RenderMenuList.h
|
| +++ b/Source/core/rendering/RenderMenuList.h
|
| @@ -65,7 +65,6 @@ private:
|
| 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"; }
|
|
|
|
|