Title: [237017] trunk/Source/WebCore
- Revision
- 237017
- Author
- [email protected]
- Date
- 2018-10-10 14:23:42 -0700 (Wed, 10 Oct 2018)
Log Message
Unreviewed, add missing headers for inline functions
https://bugs.webkit.org/show_bug.cgi?id=190429
* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (237016 => 237017)
--- trunk/Source/WebCore/ChangeLog 2018-10-10 20:52:12 UTC (rev 237016)
+++ trunk/Source/WebCore/ChangeLog 2018-10-10 21:23:42 UTC (rev 237017)
@@ -1,3 +1,10 @@
+2018-10-10 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, add missing headers for inline functions
+ https://bugs.webkit.org/show_bug.cgi?id=190429
+
+ * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+
2018-10-10 Tim Horton <[email protected]>
Share more WKShareSheet code between macOS and iOS, and fix a few bugs
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (237016 => 237017)
--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2018-10-10 20:52:12 UTC (rev 237016)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2018-10-10 21:23:42 UTC (rev 237017)
@@ -63,6 +63,7 @@
#include <dispatch/dispatch.h>
#if HAVE(AVFOUNDATION_LOADER_DELEGATE) && ENABLE(LEGACY_ENCRYPTED_MEDIA)
#include <_javascript_Core/DataView.h>
+#include <_javascript_Core/JSCInlines.h>
#include <_javascript_Core/TypedArrayInlines.h>
#include <_javascript_Core/Uint16Array.h>
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes