Title: [173796] trunk/Source/WebCore
- Revision
- 173796
- Author
- [email protected]
- Date
- 2014-09-21 11:26:18 -0700 (Sun, 21 Sep 2014)
Log Message
Unreviewed, speculative build fix.
If you use typed arrays, you gotta include runtime/TypedArrayInlines.h.
* platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (173795 => 173796)
--- trunk/Source/WebCore/ChangeLog 2014-09-20 21:52:14 UTC (rev 173795)
+++ trunk/Source/WebCore/ChangeLog 2014-09-21 18:26:18 UTC (rev 173796)
@@ -1,3 +1,11 @@
+2014-09-21 Filip Pizlo <[email protected]>
+
+ Unreviewed, speculative build fix.
+
+ If you use typed arrays, you gotta include runtime/TypedArrayInlines.h.
+
+ * platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm:
+
2014-09-19 Jer Noble <[email protected]>
[EME][Mac] Support secure proof of key release in the com.apple.fps.2_0 keysystem.
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm (173795 => 173796)
--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm 2014-09-20 21:52:14 UTC (rev 173795)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm 2014-09-21 18:26:18 UTC (rev 173796)
@@ -39,6 +39,7 @@
#import <CoreMedia/CMBase.h>
#import <objc/objc-runtime.h>
#import <wtf/NeverDestroyed.h>
+#import <runtime/TypedArrayInlines.h>
SOFT_LINK_FRAMEWORK_OPTIONAL(AVFoundation)
SOFT_LINK_CLASS(AVFoundation, AVStreamDataParser);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes