Backed out changeset 668563c7fab8 (bug 1214077) for build failures

This commit is contained in:
Wes Kocher 2015-10-19 16:21:44 -07:00
parent b14353f25e
commit ec6130ecb7
2 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,18 @@
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,6 +16,8 @@ typedef nsInlineFrame nsRubyContentFrameSuper;
class nsRubyContentFrame : public nsRubyContentFrameSuper
{
public:
NS_DECL_FRAMEARENA_HELPERS
// nsIFrame overrides
virtual bool IsFrameOfType(uint32_t aFlags) const override;