Bug 35082

Summary: [Haiku] Fix conversion from BString to String for real.
Product: WebKit Reporter: Stephan Aßmus <superstippi>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.maxime
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Fixes conversion from BString to String none

Description Stephan Aßmus 2010-02-18 02:25:03 PST
The previous patch to this file was broken (sorry). First of all, the conversion from UTF8 was accidentally removed. Second, for empty strings, we need to point the implementation at StringImpl::empty().
Comment 1 Stephan Aßmus 2010-02-18 02:27:58 PST
Created attachment 48988 [details]
Fixes conversion from BString to String

This patch fixes the conversion for real. Patch is again r54932 and does not depend on any other patches.
Comment 2 Stephan Aßmus 2010-02-18 02:29:47 PST
BTW, the include sorting is correct, the style bot doesn't handle this case.
Comment 3 Eric Seidel (no email) 2010-02-22 14:04:09 PST
Comment on attachment 48988 [details]
Fixes conversion from BString to String

Changing bstring to string makes this more confusing to my eyes.

Otherwise this looks sane.
Comment 4 WebKit Commit Bot 2010-02-23 08:32:11 PST
Comment on attachment 48988 [details]
Fixes conversion from BString to String

Clearing flags on attachment: 48988

Committed r55154: <http://trac.webkit.org/changeset/55154>
Comment 5 WebKit Commit Bot 2010-02-23 08:32:15 PST
All reviewed patches have been landed.  Closing bug.