mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 531148 followup. Actually return a value here!
This commit is contained in:
parent
cb0d649a87
commit
bdc41dba60
@ -11049,6 +11049,8 @@ IsSafeToAppendToSpecialInline(nsIFrame* aParentFrame, nsIFrame* aNextSibling)
|
||||
aNextSibling = aParentFrame->GetNextSibling();
|
||||
aParentFrame = aParentFrame->GetParent();
|
||||
} while (IsInlineFrame(aParentFrame));
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
Loading…
Reference in New Issue
Block a user