Bug 55100. Re-order vtable so that nsFrame::Destroy will find the size in the right spot. This is a band-aid fix. r=buster, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@80744 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3c75a71e7a
commit
b2130a8875
@ -39,9 +39,9 @@ class nsGfxScrollFrameInner;
|
||||
* Scroll frames don't support incremental changes, i.e. you can't replace
|
||||
* or remove the scrolled frame
|
||||
*/
|
||||
class nsGfxScrollFrame : public nsIAnonymousContentCreator,
|
||||
public nsBoxFrame,
|
||||
public nsIScrollableFrame {
|
||||
class nsGfxScrollFrame : public nsBoxFrame,
|
||||
public nsIScrollableFrame,
|
||||
public nsIAnonymousContentCreator {
|
||||
public:
|
||||
friend nsresult NS_NewGfxScrollFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame,
|
||||
nsIDocument* aDocument, PRBool aIsRoot);
|
||||
|
||||
@ -39,9 +39,9 @@ class nsGfxScrollFrameInner;
|
||||
* Scroll frames don't support incremental changes, i.e. you can't replace
|
||||
* or remove the scrolled frame
|
||||
*/
|
||||
class nsGfxScrollFrame : public nsIAnonymousContentCreator,
|
||||
public nsBoxFrame,
|
||||
public nsIScrollableFrame {
|
||||
class nsGfxScrollFrame : public nsBoxFrame,
|
||||
public nsIScrollableFrame,
|
||||
public nsIAnonymousContentCreator {
|
||||
public:
|
||||
friend nsresult NS_NewGfxScrollFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame,
|
||||
nsIDocument* aDocument, PRBool aIsRoot);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user