RESOLVED FIXED90254
Don't call SegmentedString::toString() twice in XMLDocumentParser::append(const SegmentedString&)
https://bugs.webkit.org/show_bug.cgi?id=90254
Summary Don't call SegmentedString::toString() twice in XMLDocumentParser::append(con...
Kwang Yul Seo
Reported 2012-06-29 00:31:44 PDT
We can reuse the local variable parseString again instead of calling s.toString() again.
Attachments
Patch (1.49 KB, patch)
2012-06-29 00:34 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2012-06-29 00:34:18 PDT
WebKit Review Bot
Comment 2 2012-06-29 08:16:38 PDT
Comment on attachment 150103 [details] Patch Clearing flags on attachment: 150103 Committed r121560: <http://trac.webkit.org/changeset/121560>
WebKit Review Bot
Comment 3 2012-06-29 08:16:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.