Bug 235335. Additional changes. r+sr=bryner

This commit is contained in:
roc+%cs.cmu.edu 2004-03-06 04:53:30 +00:00
Родитель 0784ae856d
Коммит 1313df0dfa
4 изменённых файлов: 4 добавлений и 10 удалений

Просмотреть файл

@ -49,6 +49,8 @@
* <li>handles structural modifications to the frame model. If the frame model
* lock can be acquired, then the changes are processed immediately; otherwise,
* they're queued and processed later.
*
* Do not add virtual methods to this class, or bryner will punish you.
*/
class nsFrameManager : public nsFrameManagerBase
@ -64,8 +66,6 @@ public:
return aHost->FrameManager();
}
NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW
// Initialization
NS_HIDDEN_(nsresult) Init(nsIPresShell* aPresShell, nsStyleSet* aStyleSet);

Просмотреть файл

@ -51,9 +51,6 @@ struct CantRenderReplacedElementEvent;
class nsFrameManagerBase
{
public:
// force a vtable entry
virtual ~nsFrameManagerBase() {}
struct PropertyList;
protected:

Просмотреть файл

@ -49,6 +49,8 @@
* <li>handles structural modifications to the frame model. If the frame model
* lock can be acquired, then the changes are processed immediately; otherwise,
* they're queued and processed later.
*
* Do not add virtual methods to this class, or bryner will punish you.
*/
class nsFrameManager : public nsFrameManagerBase
@ -64,8 +66,6 @@ public:
return aHost->FrameManager();
}
NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW
// Initialization
NS_HIDDEN_(nsresult) Init(nsIPresShell* aPresShell, nsStyleSet* aStyleSet);

Просмотреть файл

@ -51,9 +51,6 @@ struct CantRenderReplacedElementEvent;
class nsFrameManagerBase
{
public:
// force a vtable entry
virtual ~nsFrameManagerBase() {}
struct PropertyList;
protected: