| Index: Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp
|
| diff --git a/Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp b/Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp
|
| index a58373d82878dab0a06b802f636885ff044ae597..5c931bf275f412d3a8a4ae2ac0d23bdfec0d4d7e 100644
|
| --- a/Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp
|
| +++ b/Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "modules/indexeddb/IDBPendingTransactionMonitor.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "wtf/ThreadSpecific.h"
|
| +#include "wtf/Threading.h"
|
|
|
| using WTF::ThreadSpecific;
|
|
|
|
|