Title: [214895] trunk/Source/WebCore
Revision
214895
Author
[email protected]
Date
2017-04-04 13:09:55 -0700 (Tue, 04 Apr 2017)

Log Message

Rolling back the build fix, as it broke other builds.

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214894 => 214895)


--- trunk/Source/WebCore/ChangeLog	2017-04-04 20:03:47 UTC (rev 214894)
+++ trunk/Source/WebCore/ChangeLog	2017-04-04 20:09:55 UTC (rev 214895)
@@ -1,5 +1,11 @@
 2017-04-04  Alexey Proskuryakov  <[email protected]>
 
+        Rolling back the build fix, as it broke other builds.
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
+2017-04-04  Alexey Proskuryakov  <[email protected]>
+
         Build fix.
 
         Rubber-stamped by Jer Noble.

Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (214894 => 214895)


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-04-04 20:03:47 UTC (rev 214894)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-04-04 20:09:55 UTC (rev 214895)
@@ -163,10 +163,6 @@
 #import <CoreMedia/CMSampleBuffer.h>
 #import <CoreMedia/CMSync.h>
 
-#if __has_include(<AVFoundation/AVSampleBufferRenderSynchronizer.h>)
-#import <AVFoundation/AVSampleBufferRenderSynchronizer.h>
-#else
-
 NS_ASSUME_NONNULL_BEGIN
 
 @interface AVSampleBufferRenderSynchronizer : NSObject
@@ -184,8 +180,6 @@
 
 NS_ASSUME_NONNULL_END
 
-#endif // __has_include(<AVFoundation/AVSampleBufferRenderSynchronizer.h>)
-
 #if __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
 #import <AVFoundation/AVSampleBufferAudioRenderer.h>
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to