Title: [197432] trunk/Source/WebCore
- Revision
- 197432
- Author
- [email protected]
- Date
- 2016-03-01 18:16:12 -0800 (Tue, 01 Mar 2016)
Log Message
One more attempt to fix the build.
* platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:
(WebCore::MediaPlaybackTargetPickerMac::showPlaybackTargetPicker):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (197431 => 197432)
--- trunk/Source/WebCore/ChangeLog 2016-03-02 02:07:20 UTC (rev 197431)
+++ trunk/Source/WebCore/ChangeLog 2016-03-02 02:16:12 UTC (rev 197432)
@@ -1,5 +1,12 @@
2016-03-01 Ada Chan <[email protected]>
+ One more attempt to fix the build.
+
+ * platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:
+ (WebCore::MediaPlaybackTargetPickerMac::showPlaybackTargetPicker):
+
+2016-03-01 Ada Chan <[email protected]>
+
Attempt to fix the internal build.
* platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm (197431 => 197432)
--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm 2016-03-02 02:07:20 UTC (rev 197431)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm 2016-03-02 02:16:12 UTC (rev 197432)
@@ -111,6 +111,10 @@
void MediaPlaybackTargetPickerMac::showPlaybackTargetPicker(const FloatRect& location, bool checkActiveRoute, const String& customMenuItemTitle)
{
+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED < 101200
+ UNUSED_PARAM(customMenuItemTitle);
+#endif
+
if (!client() || m_showingMenu)
return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes