Title: [211530] trunk/Source/WebCore
Revision
211530
Author
jer.no...@apple.com
Date
2017-02-01 14:15:07 -0800 (Wed, 01 Feb 2017)

Log Message

Fix compilation error under recent clang update
https://bugs.webkit.org/show_bug.cgi?id=167707

Reviewed by Eric Carlson.

Include TypedArrayInlines.h to fix a "missing symbol" link error when compiling under a recent clang update.

* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211529 => 211530)


--- trunk/Source/WebCore/ChangeLog	2017-02-01 22:13:21 UTC (rev 211529)
+++ trunk/Source/WebCore/ChangeLog	2017-02-01 22:15:07 UTC (rev 211530)
@@ -1,3 +1,14 @@
+2017-02-01  Jer Noble  <jer.no...@apple.com>
+
+        Fix compilation error under recent clang update
+        https://bugs.webkit.org/show_bug.cgi?id=167707
+
+        Reviewed by Eric Carlson.
+
+        Include TypedArrayInlines.h to fix a "missing symbol" link error when compiling under a recent clang update.
+
+        * platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
+
 2017-02-01  Joseph Pecoraro  <pecor...@apple.com>
 
         Performance Timeline: Prepare for Worker support

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm (211529 => 211530)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm	2017-02-01 22:13:21 UTC (rev 211529)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm	2017-02-01 22:15:07 UTC (rev 211530)
@@ -48,6 +48,7 @@
 #import <AVFoundation/AVAssetTrack.h>
 #import <QuartzCore/CALayer.h>
 #import <objc/runtime.h>
+#import <runtime/TypedArrayInlines.h>
 #import <wtf/text/AtomicString.h>
 #import <wtf/text/CString.h>
 #import <wtf/BlockObjCExceptions.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to