Bug 90254

Summary: Don't call SegmentedString::toString() twice in XMLDocumentParser::append(const SegmentedString&)
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.