Title: [199831] trunk/Source/WebCore
Revision
199831
Author
bda...@apple.com
Date
2016-04-21 13:18:28 -0700 (Thu, 21 Apr 2016)

Log Message

32 bit build fix.

* platform/mac/WebPlaybackSessionInterfaceMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199830 => 199831)


--- trunk/Source/WebCore/ChangeLog	2016-04-21 20:07:40 UTC (rev 199830)
+++ trunk/Source/WebCore/ChangeLog	2016-04-21 20:18:28 UTC (rev 199831)
@@ -1,3 +1,9 @@
+2016-04-21  Beth Dakin  <bda...@apple.com>
+
+        32 bit build fix.
+
+        * platform/mac/WebPlaybackSessionInterfaceMac.mm:
+
 2016-04-21  Konstantin Tokarev  <annu...@yandex.ru>
 
         Fixed compilation with !ENABLE(SVG_FONTS).

Modified: trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm (199830 => 199831)


--- trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm	2016-04-21 20:07:40 UTC (rev 199830)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm	2016-04-21 20:18:28 UTC (rev 199831)
@@ -45,7 +45,7 @@
 #if USE(APPLE_INTERNAL_SDK) && ENABLE(WEB_PLAYBACK_CONTROLS_MANAGER)
 #import <WebKitAdditions/WebPlaybackControlsControllerAdditions.mm>
 #else
-@interface WebPlaybackControlsManager : NSObject<AVFunctionBarPlaybackControlsControlling> {
+@interface WebPlaybackControlsManager : NSObject {
     NSTimeInterval _contentDuration;
     RetainPtr<AVValueTiming> _timing;
     RetainPtr<NSArray> _seekableTimeRanges;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to