Title: [199645] trunk/Source/WebCore
- Revision
- 199645
- Author
- [email protected]
- Date
- 2016-04-17 12:28:38 -0700 (Sun, 17 Apr 2016)
Log Message
Try to fix debug builds after r199643.
Unreviewed.
* Modules/indexeddb/IDBObjectStore.cpp:
Add a missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (199644 => 199645)
--- trunk/Source/WebCore/ChangeLog 2016-04-17 18:58:56 UTC (rev 199644)
+++ trunk/Source/WebCore/ChangeLog 2016-04-17 19:28:38 UTC (rev 199645)
@@ -1,3 +1,12 @@
+2016-04-17 Conrad Shultz <[email protected]>
+
+ Try to fix debug builds after r199643.
+
+ Unreviewed.
+
+ * Modules/indexeddb/IDBObjectStore.cpp:
+ Add a missing include.
+
2016-04-17 Chris Dumez <[email protected]>
[WK2][iOS] Do not dlopen() QuickLook in the NetworkProcess
Modified: trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp (199644 => 199645)
--- trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp 2016-04-17 18:58:56 UTC (rev 199644)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp 2016-04-17 19:28:38 UTC (rev 199645)
@@ -41,6 +41,7 @@
#include "IDBTransaction.h"
#include "IndexedDB.h"
#include "Logging.h"
+#include "ScriptState.h"
#include "SerializedScriptValue.h"
#include <wtf/Locker.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes