зеркало из https://github.com/mozilla/pjs.git
Fix compiler warning b=231716 p=gautheri@noos.fr r/sr=dbaron
This commit is contained in:
Родитель
bd0936acfd
Коммит
f5b529d654
|
@ -111,6 +111,7 @@ view_manager(nsIDocShell *aDocShell)
|
|||
return shell->GetViewManager();
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static already_AddRefed<nsIDocument>
|
||||
document(nsIDocShell *aDocShell)
|
||||
{
|
||||
|
@ -125,6 +126,7 @@ document(nsIDocShell *aDocShell)
|
|||
CallQueryInterface(domDoc, &result);
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
nsLayoutDebuggingTools::nsLayoutDebuggingTools()
|
||||
: mPaintFlashing(PR_FALSE),
|
||||
|
|
Загрузка…
Ссылка в новой задаче