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

@@ -67,7 +67,7 @@ public:
virtual nsIAtom* GetType() const MOZ_OVERRIDE;
#ifdef DEBUG
#ifdef DEBUG_FRAME_DUMP
NS_IMETHOD GetFrameName(nsAString& aResult) const MOZ_OVERRIDE {
return MakeFrameName(NS_LITERAL_STRING("HTMLButtonControl"), aResult);
}