mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 507591 nsHTMLTableAccessible mLayoutHeuristic should not be an nsAutoString
r=marcoz
This commit is contained in:
parent
9a56245c7c
commit
78a4c3aa78
@ -222,7 +222,7 @@ protected:
|
||||
PRBool HasDescendant(const nsAString& aTagName, PRBool aAllowEmpty = PR_TRUE);
|
||||
|
||||
#ifdef SHOW_LAYOUT_HEURISTIC
|
||||
nsAutoString mLayoutHeuristic;
|
||||
nsString mLayoutHeuristic;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user