Title: [248763] trunk/Source/WebCore
Revision
248763
Author
ysuz...@apple.com
Date
2019-08-16 00:46:06 -0700 (Fri, 16 Aug 2019)

Log Message

Unreviewed, speculative build fix for WinCairo
https://bugs.webkit.org/show_bug.cgi?id=200526

* Modules/indexeddb/server/UniqueIDBDatabaseConnection.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248762 => 248763)


--- trunk/Source/WebCore/ChangeLog	2019-08-16 06:53:36 UTC (rev 248762)
+++ trunk/Source/WebCore/ChangeLog	2019-08-16 07:46:06 UTC (rev 248763)
@@ -1,3 +1,10 @@
+2019-08-16  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, speculative build fix for WinCairo
+        https://bugs.webkit.org/show_bug.cgi?id=200526
+
+        * Modules/indexeddb/server/UniqueIDBDatabaseConnection.h:
+
 2019-08-15  Yusuke Suzuki  <ysuz...@apple.com>
 
         [WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part

Modified: trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h (248762 => 248763)


--- trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h	2019-08-16 06:53:36 UTC (rev 248762)
+++ trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h	2019-08-16 07:46:06 UTC (rev 248763)
@@ -27,6 +27,7 @@
 
 #if ENABLE(INDEXED_DATABASE)
 
+#include "IDBServer.h"
 #include "UniqueIDBDatabase.h"
 #include <wtf/HashMap.h>
 #include <wtf/Identified.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to