| Index: Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
|
| diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp b/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
|
| index 4438928a96c2dd8e3c3f0ecd1d281b7c222b7790..b77178acf4df93ef5099dd8bb74fd066240007ef 100644
|
| --- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
|
| +++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "modules/indexeddb/DOMWindowIndexedDatabase.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/page/DOMWindow.h"
|
| +#include "core/frame/DOMWindow.h"
|
| #include "core/page/Page.h"
|
| #include "modules/indexeddb/IDBFactory.h"
|
| #include "modules/indexeddb/PageGroupIndexedDatabase.h"
|
|
|