Title: [286728] branches/safari-612.4.2.1-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp
Revision
286728
Author
alanc...@apple.com
Date
2021-12-08 13:26:15 -0800 (Wed, 08 Dec 2021)

Log Message

Unreviewed build fix. rdar://problem/85928816

error: member access into incomplete type 'Webcore::SharedBuffer'

Modified Paths

Diff

Modified: branches/safari-612.4.2.1-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp (286727 => 286728)


--- branches/safari-612.4.2.1-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp	2021-12-08 21:26:12 UTC (rev 286727)
+++ branches/safari-612.4.2.1-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp	2021-12-08 21:26:15 UTC (rev 286728)
@@ -35,6 +35,7 @@
 #include <WebCore/InbandTextTrackPrivate.h>
 #include <WebCore/Logging.h>
 #include <WebCore/MediaSample.h>
+#include <WebCore/SharedBuffer.h>
 #include <WebCore/SourceBufferParserWebM.h>
 #include <WebCore/VideoTrackPrivate.h>
 #include <pal/avfoundation/MediaTimeAVFoundation.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to