зеркало из https://github.com/mozilla/pjs.git
Bug 531148 followup. Actually return a value here!
This commit is contained in:
Родитель
6e34a38bee
Коммит
3e26572f61
|
@ -11049,6 +11049,8 @@ IsSafeToAppendToSpecialInline(nsIFrame* aParentFrame, nsIFrame* aNextSibling)
|
|||
aNextSibling = aParentFrame->GetNextSibling();
|
||||
aParentFrame = aParentFrame->GetParent();
|
||||
} while (IsInlineFrame(aParentFrame));
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
|
Загрузка…
Ссылка в новой задаче