[Webkit-unassigned] [Bug 123354] fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 13:03:44 PST 2016


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

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmaxfield at apple.com

--- Comment #6 from Myles C. Maxfield <mmaxfield at apple.com> ---
r158085

-    RefPtr<SimpleFontData>& fontData = m_fontDataTable.add(hashKey, nullptr).iterator->value;
+    RefPtr<SimpleFontData> fontData = m_fontDataTable.add(hashKey, nullptr).iterator->value;

Means that we no longer add anything to the cache (ever!)

-- 
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/20160125/b98f1f65/attachment.html>


More information about the webkit-unassigned mailing list