Source/WebCore/rendering/InlineBox.h: InlineFlowBox* parent() const { ASSERT(!m_hasBadParent); return m_parent; } ASSERT(!m_hasBadParent) in InlineBox::parent() should be ASSERT_WITH_SECURITY_IMPLICATION. Its sole purpose is to catch use after free bugs.
Created attachment 212841 [details] Patch
Comment on attachment 212841 [details] Patch Clearing flags on attachment: 212841 Committed r156682: <http://trac.webkit.org/changeset/156682>
All reviewed patches have been landed. Closing bug.