зеркало из https://github.com/mozilla/pjs.git
Bug 235335. Additional changes. r+sr=bryner
This commit is contained in:
Родитель
0784ae856d
Коммит
1313df0dfa
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче