Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc

This commit is contained in:
Mats Palmgren
2014-01-05 23:31:14 +00:00
parent d5b80553f8
commit a56486443d
136 changed files with 283 additions and 258 deletions

View File

@@ -42,7 +42,7 @@ nsGfxButtonControlFrame::GetType() const
return nsGkAtoms::gfxButtonControlFrame;
}
#ifdef DEBUG
#ifdef DEBUG_FRAME_DUMP
NS_IMETHODIMP
nsGfxButtonControlFrame::GetFrameName(nsAString& aResult) const
{