Title: [289517] trunk/Source/WebCore
Revision
289517
Author
lmo...@igalia.com
Date
2022-02-09 20:11:48 -0800 (Wed, 09 Feb 2022)

Log Message

Unreviewed, non-unified build fix after r289474
https://bugs.webkit.org/show_bug.cgi?id=236425


* Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (289516 => 289517)


--- trunk/Source/WebCore/ChangeLog	2022-02-10 01:50:38 UTC (rev 289516)
+++ trunk/Source/WebCore/ChangeLog	2022-02-10 04:11:48 UTC (rev 289517)
@@ -1,3 +1,10 @@
+2022-02-09  Lauro Moura  <lmo...@igalia.com>
+
+        Unreviewed, non-unified build fix after r289474
+        https://bugs.webkit.org/show_bug.cgi?id=236425
+
+        * Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp:
+
 2022-02-09  Eric Carlson  <eric.carl...@apple.com>
 
         WKWebView: WKURLSchemeHandler “request to the end of the resource” produces an invalid header

Modified: trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp (289516 => 289517)


--- trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp	2022-02-10 01:50:38 UTC (rev 289516)
+++ trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp	2022-02-10 04:11:48 UTC (rev 289517)
@@ -30,6 +30,8 @@
 #include "IDBResultData.h"
 #include "Logging.h"
 #include "UniqueIDBDatabase.h"
+#include "UniqueIDBDatabaseConnection.h"
+#include "UniqueIDBDatabaseManager.h"
 
 namespace WebCore {
 namespace IDBServer {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to