Bug 507591 nsHTMLTableAccessible mLayoutHeuristic should not be an nsAutoString

r=marcoz
This commit is contained in:
timeless@mozdev.org 2009-08-12 11:49:55 +02:00
parent cae8022e95
commit 214488104d

View File

@ -222,7 +222,7 @@ protected:
PRBool HasDescendant(const nsAString& aTagName, PRBool aAllowEmpty = PR_TRUE);
#ifdef SHOW_LAYOUT_HEURISTIC
nsAutoString mLayoutHeuristic;
nsString mLayoutHeuristic;
#endif
};