Index: webkit/fileapi/local_file_system_operation.cc |
diff --git a/webkit/fileapi/local_file_system_operation.cc b/webkit/fileapi/local_file_system_operation.cc |
index 6e7b3e89f210e069aed8fde4cb0dffb9d4dd466d..76b1a94c3911a754f2bc6fedbb047b5b79733b9e 100644 |
--- a/webkit/fileapi/local_file_system_operation.cc |
+++ b/webkit/fileapi/local_file_system_operation.cc |
@@ -41,7 +41,7 @@ LocalFileSystemOperation::LocalFileSystemOperation( |
async_file_util_(NULL), |
peer_handle_(base::kNullProcessHandle), |
pending_operation_(kOperationNone), |
- weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) { |
+ weak_factory_(this) { |
DCHECK(operation_context_.get()); |
operation_context_->DetachUserDataThread(); |
} |