Title: [184406] trunk/Source/WebCore
- Revision
- 184406
- Author
- [email protected]
- Date
- 2015-05-15 13:02:13 -0700 (Fri, 15 May 2015)
Log Message
Unreviewed build fix.
* platform/ios/WebVideoFullscreenInterfaceAVKit.mm: Add clang pragmas to ignore
deprecation warnings.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (184405 => 184406)
--- trunk/Source/WebCore/ChangeLog 2015-05-15 19:30:14 UTC (rev 184405)
+++ trunk/Source/WebCore/ChangeLog 2015-05-15 20:02:13 UTC (rev 184406)
@@ -1,3 +1,10 @@
+2015-05-15 Eric Carlson <[email protected]>
+
+ Unreviewed build fix.
+
+ * platform/ios/WebVideoFullscreenInterfaceAVKit.mm: Add clang pragmas to ignore
+ deprecation warnings.
+
2015-05-15 Jeremy Jones <[email protected]>
Limit alternate fullscreen with linked on or after.
Modified: trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm (184405 => 184406)
--- trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm 2015-05-15 19:30:14 UTC (rev 184405)
+++ trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm 2015-05-15 20:02:13 UTC (rev 184406)
@@ -1129,6 +1129,8 @@
});
}
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
void WebVideoFullscreenInterfaceAVKit::cleanupFullscreenInternal()
{
LOG(Fullscreen, "WebVideoFullscreenInterfaceAVKit::cleanupFullscreenInternal(%p)", this);
@@ -1178,6 +1180,7 @@
strongThis->m_enterRequested = false;
});
}
+#pragma clang diagnostic pop
void WebVideoFullscreenInterfaceAVKit::invalidate()
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes