Title: [283521] trunk/Source/WebCore
Revision
283521
Author
[email protected]
Date
2021-10-04 16:04:33 -0700 (Mon, 04 Oct 2021)

Log Message

RemotePlayback missing forward declaration of Node
https://bugs.webkit.org/show_bug.cgi?id=231193

Unreviewed build fix.

The missing forward declaration was introduced in r279443 and can cause a
build failure when adding a new file to Sources.txt.


* Modules/remoteplayback/RemotePlayback.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (283520 => 283521)


--- trunk/Source/WebCore/ChangeLog	2021-10-04 22:50:19 UTC (rev 283520)
+++ trunk/Source/WebCore/ChangeLog	2021-10-04 23:04:33 UTC (rev 283521)
@@ -1,3 +1,15 @@
+2021-10-04  Ben Nham  <[email protected]>
+
+        RemotePlayback missing forward declaration of Node
+        https://bugs.webkit.org/show_bug.cgi?id=231193
+
+        Unreviewed build fix.
+
+        The missing forward declaration was introduced in r279443 and can cause a
+        build failure when adding a new file to Sources.txt.
+
+        * Modules/remoteplayback/RemotePlayback.h:
+
 2021-10-04  John Pascoe  <[email protected]>
 
         [WebAuthn] Prefer internal user verification if available over pin entry.

Modified: trunk/Source/WebCore/Modules/remoteplayback/RemotePlayback.h (283520 => 283521)


--- trunk/Source/WebCore/Modules/remoteplayback/RemotePlayback.h	2021-10-04 22:50:19 UTC (rev 283520)
+++ trunk/Source/WebCore/Modules/remoteplayback/RemotePlayback.h	2021-10-04 23:04:33 UTC (rev 283521)
@@ -38,6 +38,7 @@
 class DeferredPromise;
 class HTMLMediaElement;
 class MediaPlaybackTarget;
+class Node;
 class RemotePlaybackAvailabilityCallback;
 
 class RemotePlayback final : public RefCounted<RemotePlayback>, public ActiveDOMObject, public EventTargetWithInlineData {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to