mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing build bustage on Windows. Bug 307394
This commit is contained in:
parent
e753880b7c
commit
ddd360ca2d
@ -1292,7 +1292,7 @@ private:
|
||||
// points to, following continuations if necessary. aIter is passed by value
|
||||
// on purpose, so as not to modify the callee's iterator.
|
||||
nsIFrame* FindNextSibling(ChildIterator aIter,
|
||||
const ChildIterator& aIter);
|
||||
const ChildIterator& aLast);
|
||||
|
||||
// see if aContent and aSibling are legitimate siblings due to restrictions
|
||||
// imposed by table columns
|
||||
|
Loading…
Reference in New Issue
Block a user