Chromium Code Reviews| Index: base/worker_pool_mac.mm |
| =================================================================== |
| --- base/worker_pool_mac.mm (revision 41767) |
| +++ base/worker_pool_mac.mm (working copy) |
| @@ -96,6 +96,8 @@ |
| bool WorkerPool::PostTask(const tracked_objects::Location& from_here, |
| Task* task, bool task_is_slow) { |
| + base::ScopedNSAutoreleasePool autorelease_pool; |
| + |
| // Ignore |task_is_slow|, it doesn't map directly to any tunable aspect of |
| // an NSOperation. |