| Index: content/renderer/indexed_db/indexed_db_dispatcher.cc
|
| diff --git a/content/renderer/indexed_db/indexed_db_dispatcher.cc b/content/renderer/indexed_db/indexed_db_dispatcher.cc
|
| index 7ec0703ad0b67e52eb3d1610e64c4a2074296cdf..2770fbbeb81254065242e8f67961014a22623b47 100644
|
| --- a/content/renderer/indexed_db/indexed_db_dispatcher.cc
|
| +++ b/content/renderer/indexed_db/indexed_db_dispatcher.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -33,9 +33,8 @@ using WebKit::WebIDBTransaction;
|
| using WebKit::WebIDBTransactionCallbacks;
|
| using webkit_glue::WorkerTaskRunner;
|
|
|
| -static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher>,
|
| - base::LeakyLazyInstanceTraits<ThreadLocalPointer<IndexedDBDispatcher> > >
|
| - g_idb_dispatcher_tls = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
|
| + g_idb_dispatcher_tls = LAZY_INSTANCE_INITIALIZER;
|
|
|
| namespace {
|
|
|
|
|