[Webkit-unassigned] [Bug 122067] Add first()/last() to ElementIteratorAdapters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 28 13:05:14 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122067
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212906|review? |review+
Flag| |
--- Comment #2 from Darin Adler <darin at apple.com> 2013-09-28 13:04:13 PST ---
(From update of attachment 212906)
View in context: https://bugs.webkit.org/attachment.cgi?id=212906&action=review
> Source/WebCore/svg/SVGElement.cpp:957
> + return firstTitle ? const_cast<SVGTitleElement*>(firstTitle)->innerText() : String();
Lame that this const_cast is needed.
--
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