[Webkit-unassigned] [Bug 179682] Incorrect bounds inside <mover>/<munder> when a stretchy operator is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 28 10:45:15 PST 2017


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

--- Comment #21 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
(In reply to Minsheng Liu from comment #20)
> But that seems stupid…What is the common practice regarding those types of
> helper functions?

mmh, you should not need do declare the prototype. See for example

static bool shouldScaleColumnsForParent(const RenderTable& table)

in Source/WebCore/rendering/AutoTableLayout.cpp. Otherwise, you can also declare it as a private function member, but that does not seem necessary here.

-- 
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/20171128/dec68183/attachment-0001.html>


More information about the webkit-unassigned mailing list