Bug 23599 - ResourceError needs to be copyable for use in another thread.
Summary: ResourceError needs to be copyable for use in another thread.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks: 22720
  Show dependency treegraph
 
Reported: 2009-01-28 13:31 PST by David Levin
Modified: 2009-01-30 00:19 PST (History)
0 users

See Also:


Attachments
Patch which adds ResourceErrorBase::copy(). (3.06 KB, patch)
2009-01-28 14:58 PST, David Levin
no flags Details | Formatted Diff | Diff
Small change in ChangeLog text. (3.06 KB, patch)
2009-01-28 15:01 PST, David Levin
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.