Bug 1214077 - Remove FRAMEARENA_HELPERS from nsRubyContentFrame. r=dholbert

This commit is contained in:
Xidorn Quan 2015-10-20 10:02:03 +11:00
parent bd1e0148e4
commit 6500f96774
2 changed files with 0 additions and 14 deletions

View File

@ -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
{

View File

@ -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;