[Webkit-unassigned] [Bug 36802] setting document.title doesn't change document.title value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 16:39:05 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52283|review?                     |review+
               Flag|                            |




--- Comment #12 from Darin Adler <darin at apple.com>  2010-04-01 16:39:05 PST ---
(From update of attachment 52283)
> +        // We make a copy here because entity of "value" argument can be Document::m_title,
> +        // which goes empty during removeChildren() invocation below,
> +        // which causes HTMLTitleElement::childrenChanged(), which ends up Document::setTitle().

"ends up Document::setTitle" should be "ends up calling Document::setTitle".

r=me

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