| Index: webkit/browser/fileapi/file_system_operation_context.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation_context.h b/webkit/browser/fileapi/file_system_operation_context.h
|
| index 866ce69f535ab7770afdc03a28379abc8dfa2405..4fae428840b697cd7c4294e7f086630470c5f357 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_context.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_context.h
|
| @@ -32,6 +32,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemOperationContext
|
| explicit FileSystemOperationContext(FileSystemContext* context);
|
|
|
| // Specifies |task_runner| which the operation is performed on.
|
| + // The backend of |task_runner| must outlive the IO thread.
|
| FileSystemOperationContext(FileSystemContext* context,
|
| base::SequencedTaskRunner* task_runner);
|
|
|
|
|