[Webkit-unassigned] [Bug 163480] New: CounterNode::resetRenderers is so inefficient.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 14 20:16:20 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163480
Bug ID: 163480
Summary: CounterNode::resetRenderers is so inefficient.
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: simon.fraser at apple.com
It calls into RenderCounter::invalidate() which in turn calls back to the CounterNode to remove the renderer.
while (m_rootRenderer)
m_rootRenderer->invalidate(); // This makes m_rootRenderer point to the next renderer if any since it disconnects the m_rootRenderer from this.
--
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/20161015/68061912/attachment.html>
More information about the webkit-unassigned
mailing list