Title: [286513] trunk/Source/WebKit
Revision
286513
Author
timothy_hor...@apple.com
Date
2021-12-03 13:14:59 -0800 (Fri, 03 Dec 2021)

Log Message

Fix the build

* NetworkProcess/storage/NetworkStorageManager.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (286512 => 286513)


--- trunk/Source/WebKit/ChangeLog	2021-12-03 21:10:00 UTC (rev 286512)
+++ trunk/Source/WebKit/ChangeLog	2021-12-03 21:14:59 UTC (rev 286513)
@@ -1,5 +1,11 @@
 2021-12-03  Tim Horton  <timothy_hor...@apple.com>
 
+        Fix the build
+
+        * NetworkProcess/storage/NetworkStorageManager.cpp:
+
+2021-12-03  Tim Horton  <timothy_hor...@apple.com>
+
         Add more logging for MomentumEventDispatcher
         https://bugs.webkit.org/show_bug.cgi?id=233811
 

Modified: trunk/Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp (286512 => 286513)


--- trunk/Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp	2021-12-03 21:10:00 UTC (rev 286512)
+++ trunk/Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp	2021-12-03 21:14:59 UTC (rev 286513)
@@ -28,6 +28,7 @@
 
 #include "FileSystemStorageHandleRegistry.h"
 #include "FileSystemStorageManager.h"
+#include "Logging.h"
 #include "NetworkStorageManagerMessages.h"
 #include "OriginStorageManager.h"
 #include "WebsiteDataType.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to