[webkit-reviews] review granted: [Bug 122067] Add first()/last() to ElementIteratorAdapters : [Attachment 212906] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 28 13:05:13 PDT 2013


Darin Adler <darin at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 122067: Add first()/last() to ElementIteratorAdapters
https://bugs.webkit.org/show_bug.cgi?id=122067

Attachment 212906: patch
https://bugs.webkit.org/attachment.cgi?id=212906&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list