Title: [274988] trunk/Source/WebCore
Revision
274988
Author
[email protected]
Date
2021-03-24 17:33:19 -0700 (Wed, 24 Mar 2021)

Log Message

Unreviewed build fix after r274983.

* Modules/mediasession/MediaSession.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274987 => 274988)


--- trunk/Source/WebCore/ChangeLog	2021-03-25 00:30:10 UTC (rev 274987)
+++ trunk/Source/WebCore/ChangeLog	2021-03-25 00:33:19 UTC (rev 274988)
@@ -1,5 +1,11 @@
 2021-03-24  Chris Dumez  <[email protected]>
 
+        Unreviewed build fix after r274983.
+
+        * Modules/mediasession/MediaSession.h:
+
+2021-03-24  Chris Dumez  <[email protected]>
+
         Move TelephoneNumberDetector preloading off the main thread
         https://bugs.webkit.org/show_bug.cgi?id=223715
 

Modified: trunk/Source/WebCore/Modules/mediasession/MediaSession.h (274987 => 274988)


--- trunk/Source/WebCore/Modules/mediasession/MediaSession.h	2021-03-25 00:30:10 UTC (rev 274987)
+++ trunk/Source/WebCore/Modules/mediasession/MediaSession.h	2021-03-25 00:33:19 UTC (rev 274988)
@@ -42,6 +42,7 @@
 #include <wtf/MonotonicTime.h>
 #include <wtf/Optional.h>
 #include <wtf/UniqueRef.h>
+#include <wtf/WeakHashSet.h>
 #include <wtf/WeakPtr.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to