| Index: third_party/WebKit/Source/modules/indexeddb/IDBAny.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBAny.h b/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
|
| index a43b6510507240c2f73523b1dd7526c68b59bbd2..8c31fecd7d761c9197bed859d11bcf64677b6bf2 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
|
| @@ -27,6 +27,7 @@
|
| #define IDBAny_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/dom/DOMStringList.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "modules/indexeddb/IDBValue.h"
|
| @@ -35,7 +36,6 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMStringList;
|
| class IDBCursor;
|
| class IDBCursorWithValue;
|
| class IDBDatabase;
|
|
|