[Webkit-unassigned] [Bug 163542] Rename setNeedsStyleRecalc to invalidateStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 05:30:26 PDT 2016


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

--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
I went with 

namespace Style {

enum class Validity {
    Valid,
    ElementInvalid,
    SubtreeInvalid,
    SubtreeAndRenderersInvalid
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161018/d5f221c0/attachment.html>


More information about the webkit-unassigned mailing list