[Webkit-unassigned] [Bug 178084] Add isContinuation bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 10:07:30 PDT 2017


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

--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 323180
  --> https://bugs.webkit.org/attachment.cgi?id=323180
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=323180&action=review

> Source/WebCore/rendering/RenderElement.h:229
> +    bool isBlockElementContinuation() const { return isElementContinuation() && !isInline(); }

Is it actually used at all? I can't find any callsites on this.

-- 
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/20171009/25ffca6a/attachment.html>


More information about the webkit-unassigned mailing list