[Webkit-unassigned] [Bug 57487] chrome.dll!WebCore::RenderBlock::findNextLineBreak ReadAV at NULL (bb0085b7cdfcb99eb1362265d1fea9f0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 06:04:07 PDT 2011


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





--- Comment #2 from Levi Weintraub <leviw at google.com>  2011-04-04 06:04:07 PST ---
(From update of attachment 88052)
View in context: https://bugs.webkit.org/attachment.cgi?id=88052&action=review

> Source/WebCore/rendering/RenderObject.cpp:2375
> +    return style ? style : m_style.get();

Yup, this was my fix too, but I'd set style to 0 on 2361 to start. We don't need to set it to reference m_style.get() twice.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list