[Webkit-unassigned] [Bug 169079] Allow render tree building before loading stylesheet elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 6 02:07:26 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169079
Andreas Kling <akling at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #303502|review? |review+
Flags| |
--- Comment #23 from Andreas Kling <akling at apple.com> ---
Comment on attachment 303502
--> https://bugs.webkit.org/attachment.cgi?id=303502
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=303502&action=review
r=me
> Source/WebCore/style/StyleScope.h:155
> - int m_pendingStyleSheetCount { 0 };
> + HashSet<const Node*> m_nodesWithPendingSheets;
It would be nice to have some assertion that nodes actually get disappeared from this set in an orderly fashion.
--
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/20170306/3399e4fd/attachment.html>
More information about the webkit-unassigned
mailing list