| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| index 8556f398d72554aa166b291380d3f72df8362fbd..2f507ba53cfe06998325f8ed455f4564371c75ed 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -29,6 +29,7 @@
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/DOMStringList.h"
|
| #include "core/events/EventListener.h"
|
| #include "modules/EventModules.h"
|
| #include "modules/EventTargetModules.h"
|
|
|