[Webkit-unassigned] [Bug 218799] REGRESSION(r269662): [GTK][WPE] Build broken on Ubuntu-18.04 bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 18:53:52 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218799

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
Hm... Maybe we need to explicitly instantiate all variants of treeOrder.

Try adding the following lines to BoundaryPoints.cpp?

template PartialOrdering treeOrder<Tree>(const BoundaryPoint&, const BoundaryPoint&);
template PartialOrdering treeOrder< ShadowIncludingTree >(const BoundaryPoint&, const BoundaryPoint&);
template PartialOrdering treeOrder<ComposedTree>(const BoundaryPoint&, const BoundaryPoint&)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201112/907ac6de/attachment.htm>


More information about the webkit-unassigned mailing list