Chromium Code Reviews| Index: WebCore/fileapi/ThreadableBlobRegistry.cpp |
| =================================================================== |
| --- WebCore/fileapi/ThreadableBlobRegistry.cpp (revision 67660) |
| +++ WebCore/fileapi/ThreadableBlobRegistry.cpp (working copy) |
| @@ -42,7 +42,7 @@ |
| struct BlobRegistryContext { |
| BlobRegistryContext(const KURL& url, PassOwnPtr<BlobData> blobData) |
| : url(url.copy()) |
| - , blobData(blobData) |
| + , blobData(blobData->copy()) |
| { |
| } |