Bug 90254 - Don't call SegmentedString::toString() twice in XMLDocumentParser::append(const SegmentedString&)
Summary: Don't call SegmentedString::toString() twice in XMLDocumentParser::append(con...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 00:31 PDT by Kwang Yul Seo
Modified: 2012-06-29 08:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2012-06-29 00:34 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2012-06-29 00:31:44 PDT
We can reuse the local variable parseString again instead of calling s.toString() again.
Comment 1 Kwang Yul Seo 2012-06-29 00:34:18 PDT
Created attachment 150103 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-06-29 08:16:43 PDT
All reviewed patches have been landed.  Closing bug.