[Webkit-unassigned] [Bug 122092] ASSERTION FAILED: isHTMLTitleElement(m_titleElement.get()) in WebCore::Document::setTitle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 07:58:47 PDT 2013


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


Renata Hodovan <reni at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |reni at webkit.org
                   |kit.org                     |
 Attachment #213778|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Renata Hodovan <reni at webkit.org>  2013-10-09 07:57:36 PST ---
Created an attachment (id=213778)
 --> (https://bugs.webkit.org/attachment.cgi?id=213778&action=review)
Proposed patch

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

-- 
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