Bug 23599

Summary: ResourceError needs to be copyable for use in another thread.
Product: WebKit Reporter: David Levin <levin>
Component: PlatformAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 22720    
Attachments:
Description Flags
Patch which adds ResourceErrorBase::copy().
none
Small change in ChangeLog text. ap: review+

Description David Levin 2009-01-28 13:31:59 PST
Much like the String::copy method.
Comment 1 David Levin 2009-01-28 14:58:55 PST
Created attachment 27126 [details]
Patch which adds ResourceErrorBase::copy().

I need this change for use in making the loader available to the WorkerContext.
Comment 2 David Levin 2009-01-28 15:01:51 PST
Created attachment 27127 [details]
Small change in ChangeLog text.
Comment 3 Alexey Proskuryakov 2009-01-29 01:30:12 PST
Comment on attachment 27127 [details]
Small change in ChangeLog text.

r=me
Comment 4 Alexey Proskuryakov 2009-01-30 00:19:28 PST
Committed revision 40398.