| 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 39af221f48bb2dbf0ee6d95e77d95d65ba04b5e6..2272b7eca32f49794037f6e70b75dd39993c6b2b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "bindings/core/v8/Nullable.h"
|
| #include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "bindings/modules/v8/IDBObserverCallback.h"
|
|
|