mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1214077 - Remove FRAMEARENA_HELPERS from nsRubyContentFrame. r=dholbert
This commit is contained in:
parent
bd1e0148e4
commit
6500f96774
@ -13,18 +13,6 @@
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// Frame class boilerplate
|
||||
// =======================
|
||||
|
||||
NS_IMPL_FRAMEARENA_HELPERS(nsRubyContentFrame)
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// nsRubyContentFrame Method Implementations
|
||||
// ======================================
|
||||
|
||||
/* virtual */ bool
|
||||
nsRubyContentFrame::IsFrameOfType(uint32_t aFlags) const
|
||||
{
|
||||
|
@ -16,8 +16,6 @@ typedef nsInlineFrame nsRubyContentFrameSuper;
|
||||
class nsRubyContentFrame : public nsRubyContentFrameSuper
|
||||
{
|
||||
public:
|
||||
NS_DECL_FRAMEARENA_HELPERS
|
||||
|
||||
// nsIFrame overrides
|
||||
virtual bool IsFrameOfType(uint32_t aFlags) const override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user