зеркало из https://github.com/mozilla/pjs.git
Bug 537046 - crash in [@ nsWSRunObject::GetWSBoundingParent() ]; r=peterv
--HG-- extra : rebase_source : 69b6a49317b33794a904f7b1e8e63a5dea43792b
This commit is contained in:
Родитель
b4a2420c2e
Коммит
124f012774
|
@ -694,6 +694,8 @@ nsWSRunObject::AdjustWhitespace()
|
||||||
already_AddRefed<nsIDOMNode>
|
already_AddRefed<nsIDOMNode>
|
||||||
nsWSRunObject::GetWSBoundingParent()
|
nsWSRunObject::GetWSBoundingParent()
|
||||||
{
|
{
|
||||||
|
if (!mNode)
|
||||||
|
return nsnull;
|
||||||
nsCOMPtr<nsIDOMNode> wsBoundingParent = mNode;
|
nsCOMPtr<nsIDOMNode> wsBoundingParent = mNode;
|
||||||
while (!IsBlockNode(wsBoundingParent))
|
while (!IsBlockNode(wsBoundingParent))
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче