Title: [178489] branches/safari-600.5-branch/Source/WebCore

Diff

Modified: branches/safari-600.5-branch/Source/WebCore/ChangeLog (178488 => 178489)


--- branches/safari-600.5-branch/Source/WebCore/ChangeLog	2015-01-15 06:50:56 UTC (rev 178488)
+++ branches/safari-600.5-branch/Source/WebCore/ChangeLog	2015-01-15 07:45:38 UTC (rev 178489)
@@ -1,3 +1,15 @@
+2015-01-14  Babak Shafiei  <[email protected]>
+
+        Merge r173796.
+
+    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:
+
 2015-01-14  Dana Burkart  <[email protected]>
 
         Merged r175615. <rdar://problem/19424167>

Modified: branches/safari-600.5-branch/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm (178488 => 178489)


--- branches/safari-600.5-branch/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm	2015-01-15 06:50:56 UTC (rev 178488)
+++ branches/safari-600.5-branch/Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm	2015-01-15 07:45:38 UTC (rev 178489)
@@ -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

Reply via email to