[webkit-reviews] review requested: [Bug 122092] ASSERTION FAILED: isHTMLTitleElement(m_titleElement.get()) in WebCore::Document::setTitle : [Attachment 213778] Proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 9 07:58:46 PDT 2013
Renata Hodovan <reni at webkit.org> has asked for review:
Bug 122092: ASSERTION FAILED: isHTMLTitleElement(m_titleElement.get()) in
WebCore::Document::setTitle
https://bugs.webkit.org/show_bug.cgi?id=122092
Attachment 213778: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=213778&action=review
------- Additional Comments from Renata Hodovan <reni at webkit.org>
The problem was that m_titleElement element could be both HTMLTitleElement and
SVGTitleElement. This way the assertion was wrong.
The patch is backported from Blink:
https://src.chromium.org/viewvc/blink?revision=158620&view=revision
More information about the webkit-reviews
mailing list