Add a convenient way for getting the first and last element if it exists.
Created attachment 212906 [details] patch
Comment on attachment 212906 [details] patch 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.
https://trac.webkit.org/r156612