зеркало из https://github.com/mozilla/gecko-dev.git
removing "inline" on method to fix SunOS bustage.
r=mkaply
This commit is contained in:
Родитель
2fd6277646
Коммит
16d3e26db5
|
@ -3456,7 +3456,7 @@ DocumentViewerImpl::StartPagePrintTimer(nsIPresContext * aPresContext,
|
|||
return mPagePrintTimer->Start(this, aPresContext, aPrintOptions, aDelay);
|
||||
}
|
||||
|
||||
inline void
|
||||
void
|
||||
DocumentViewerImpl::StopPagePrintTimer()
|
||||
{
|
||||
if (mPagePrintTimer) {
|
||||
|
|
|
@ -3456,7 +3456,7 @@ DocumentViewerImpl::StartPagePrintTimer(nsIPresContext * aPresContext,
|
|||
return mPagePrintTimer->Start(this, aPresContext, aPrintOptions, aDelay);
|
||||
}
|
||||
|
||||
inline void
|
||||
void
|
||||
DocumentViewerImpl::StopPagePrintTimer()
|
||||
{
|
||||
if (mPagePrintTimer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче