Title: [286695] branches/safari-612-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp
Revision
286695
Author
alanc...@apple.com
Date
2021-12-08 12:23:46 -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-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp (286694 => 286695)


--- branches/safari-612-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp	2021-12-08 20:23:44 UTC (rev 286694)
+++ branches/safari-612-branch/Source/WebKit/Shared/mac/MediaFormatReader/MediaFormatReader.cpp	2021-12-08 20:23:46 UTC (rev 286695)
@@ -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