Title: [199707] trunk/Source/WebCore
- Revision
- 199707
- Author
- [email protected]
- Date
- 2016-04-18 22:08:53 -0700 (Mon, 18 Apr 2016)
Log Message
Fix iOS build after r199701
* platform/ios/WebAVPlayerController.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (199706 => 199707)
--- trunk/Source/WebCore/ChangeLog 2016-04-19 05:05:42 UTC (rev 199706)
+++ trunk/Source/WebCore/ChangeLog 2016-04-19 05:08:53 UTC (rev 199707)
@@ -1,3 +1,9 @@
+2016-04-18 Alex Christensen <[email protected]>
+
+ Fix iOS build after r199701
+
+ * platform/ios/WebAVPlayerController.mm:
+
2016-04-18 Darin Adler <[email protected]>
Updated binding test result to reflect the change to not use Deprecated::ScriptValue.
Modified: trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm (199706 => 199707)
--- trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm 2016-04-19 05:05:42 UTC (rev 199706)
+++ trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm 2016-04-19 05:08:53 UTC (rev 199707)
@@ -50,7 +50,7 @@
- (instancetype)init
{
- if (!getAVPlayerController())
+ if (!getAVPlayerControllerClass())
return nil;
if (!(self = [super init]))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes