зеркало из https://github.com/mozilla/gecko-dev.git
Remove non-const kInlineFrameCID. r/sr=alecf. Bug 74803
This commit is contained in:
Родитель
eab5d38cb2
Коммит
defd631ba0
|
@ -58,10 +58,8 @@
|
|||
#undef NOISY_PUSHING
|
||||
#endif
|
||||
|
||||
nsIID nsInlineFrame::kInlineFrameCID = NS_INLINE_FRAME_CID;
|
||||
|
||||
|
||||
|
||||
NS_DEFINE_IID(kInlineFrameCID, NS_INLINE_FRAME_CID);
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -120,8 +120,6 @@ public:
|
|||
|
||||
NS_IMETHOD CanContinueTextRun(PRBool& aContinueTextRun) const;
|
||||
|
||||
static nsIID kInlineFrameCID;
|
||||
|
||||
// Take all of the frames away from this frame. The caller is
|
||||
// presumed to keep them alive.
|
||||
void StealAllFrames() {
|
||||
|
|
|
@ -58,10 +58,8 @@
|
|||
#undef NOISY_PUSHING
|
||||
#endif
|
||||
|
||||
nsIID nsInlineFrame::kInlineFrameCID = NS_INLINE_FRAME_CID;
|
||||
|
||||
|
||||
|
||||
NS_DEFINE_IID(kInlineFrameCID, NS_INLINE_FRAME_CID);
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -120,8 +120,6 @@ public:
|
|||
|
||||
NS_IMETHOD CanContinueTextRun(PRBool& aContinueTextRun) const;
|
||||
|
||||
static nsIID kInlineFrameCID;
|
||||
|
||||
// Take all of the frames away from this frame. The caller is
|
||||
// presumed to keep them alive.
|
||||
void StealAllFrames() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче