| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| index d023c4e5bde8a6034efe3c2b2278df4dbb132336..e52115ab4fc03696ef8c6ca50bda41398b059915 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -43,9 +43,9 @@
|
| #include "modules/indexeddb/IDBVersionChangeEvent.h"
|
| #include "modules/indexeddb/WebIDBDatabaseCallbacksImpl.h"
|
| #include "platform/Histogram.h"
|
| +#include "platform/wtf/Atomics.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
|
| #include "public/platform/modules/indexeddb/WebIDBTypes.h"
|
| -#include "wtf/Atomics.h"
|
|
|
| #include <limits>
|
| #include <memory>
|
|
|