Bug 139261

Summary: Make API::String copy the underlying strings if needed, for thread safety
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 133936    
Attachments:
Description Flags
Patch
none
Patch none

Description Anders Carlsson 2014-12-04 11:02:09 PST
Make API::String copy the underlying strings if needed, for thread safety
Comment 1 Anders Carlsson 2014-12-04 11:05:00 PST
Created attachment 242575 [details]
Patch
Comment 2 Anders Carlsson 2014-12-04 16:39:37 PST
Created attachment 242598 [details]
Patch
Comment 3 Anders Carlsson 2014-12-04 17:02:45 PST
Committed r176826: <http://trac.webkit.org/changeset/176826>