| Index: content/browser/indexed_db/indexed_db_transaction.h
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction.h b/content/browser/indexed_db/indexed_db_transaction.h
|
| index a28a9d46e52690dac0379da23dc4f4be84f68cda..e30422f15ab35b88075d42667514c06c920d062c 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction.h
|
| +++ b/content/browser/indexed_db/indexed_db_transaction.h
|
| @@ -132,6 +132,8 @@ class CONTENT_EXPORT IndexedDBTransaction
|
|
|
| private:
|
| std::queue<Operation> queue_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(TaskQueue);
|
| };
|
|
|
| class TaskStack {
|
| @@ -145,6 +147,8 @@ class CONTENT_EXPORT IndexedDBTransaction
|
|
|
| private:
|
| std::stack<Operation> stack_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(TaskStack);
|
| };
|
|
|
| TaskQueue task_queue_;
|
|
|