зеркало из https://github.com/mozilla/pjs.git
fix typo that was causing bustage on some compilers
This commit is contained in:
Родитель
ff86c1b5d4
Коммит
d5a463b686
|
@ -524,7 +524,7 @@ nsGfxTextControlFrame::DoesAttributeExist(nsIAtom *aAtt)
|
|||
nsresult
|
||||
nsGfxTextControlFrame::CreateSubDoc(nsRect *aSizeOfSubdocContainer)
|
||||
{
|
||||
if (!mFramePresContext) { nsresult NS_ERROR_NULL_POINTER; }
|
||||
if (!mFramePresContext) { return NS_ERROR_NULL_POINTER; }
|
||||
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче