Index: storage/browser/fileapi/file_system_operation_context.cc |
diff --git a/storage/browser/fileapi/file_system_operation_context.cc b/storage/browser/fileapi/file_system_operation_context.cc |
index b392d7be5f94dca20054447cbf507677c9c87bd5..6f03ff45bd18dcc9e9abb6a880d4c66af1723a09 100644 |
--- a/storage/browser/fileapi/file_system_operation_context.cc |
+++ b/storage/browser/fileapi/file_system_operation_context.cc |
@@ -27,7 +27,7 @@ FileSystemOperationContext::FileSystemOperationContext( |
} |
FileSystemOperationContext::~FileSystemOperationContext() { |
- DetachUserDataThread(); |
+ DetachFromSequence(); |
setter_thread_checker_.DetachFromThread(); |
} |