| Index: third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
|
| index 0aaf68cee05ac84b32f74723b81fbc5a0585b5cd..23b529acbed83201b71b311e0c15426a2814d2d9 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
|
| @@ -387,10 +387,12 @@ void SnapshotFileCallback::didCreateSnapshotFile(
|
| if (!m_successCallback)
|
| return;
|
|
|
| - // We can't directly use the snapshot blob data handle because the content type on it hasn't been set.
|
| - // The |snapshot| param is here to provide a a chain of custody thru thread bridging that is held onto until
|
| - // *after* we've coined a File with a new handle that has the correct type set on it. This allows the
|
| - // blob storage system to track when a temp file can and can't be safely deleted.
|
| + // We can't directly use the snapshot blob data handle because the content
|
| + // type on it hasn't been set. The |snapshot| param is here to provide a a
|
| + // chain of custody thru thread bridging that is held onto until *after* we've
|
| + // coined a File with a new handle that has the correct type set on it. This
|
| + // allows the blob storage system to track when a temp file can and can't be
|
| + // safely deleted.
|
|
|
| handleEventOrScheduleCallback(
|
| m_successCallback.release(),
|
|
|