Title: [208809] trunk/Source/WebCore
- Revision
- 208809
- Author
- [email protected]
- Date
- 2016-11-16 13:10:04 -0800 (Wed, 16 Nov 2016)
Log Message
Another build fix.
* platform/mac/WebPlaybackSessionInterfaceMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208808 => 208809)
--- trunk/Source/WebCore/ChangeLog 2016-11-16 21:05:43 UTC (rev 208808)
+++ trunk/Source/WebCore/ChangeLog 2016-11-16 21:10:04 UTC (rev 208809)
@@ -1,5 +1,11 @@
2016-11-16 Beth Dakin <[email protected]>
+ Another build fix.
+
+ * platform/mac/WebPlaybackSessionInterfaceMac.mm:
+
+2016-11-16 Beth Dakin <[email protected]>
+
Attempted build fix.
* platform/mac/WebPlaybackSessionInterfaceMac.mm:
Modified: trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm (208808 => 208809)
--- trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm 2016-11-16 21:05:43 UTC (rev 208808)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm 2016-11-16 21:10:04 UTC (rev 208809)
@@ -114,6 +114,7 @@
webPlaybackSessionModel()->endScrubbing();
}
+#if ENABLE(WEB_PLAYBACK_CONTROLS_MANAGER)
static RetainPtr<NSMutableArray> timeRangesToArray(const TimeRanges& timeRanges)
{
RetainPtr<NSMutableArray> rangeArray = adoptNS([[NSMutableArray alloc] init]);
@@ -126,6 +127,7 @@
return rangeArray;
}
+#endif
void WebPlaybackSessionInterfaceMac::seekableRangesChanged(const TimeRanges& timeRanges)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes