Title: [201687] trunk/Source/WebCore
- Revision
- 201687
- Author
- [email protected]
- Date
- 2016-06-04 14:28:06 -0700 (Sat, 04 Jun 2016)
Log Message
32-bit build fix
https://bugs.webkit.org/show_bug.cgi?id=158383
rdar://problem/26628125
Reviewed by Dan Bernstein.
Synthesize the webPlaybackSessionInterfaceMac property.
* platform/mac/WebPlaybackControlsManager.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (201686 => 201687)
--- trunk/Source/WebCore/ChangeLog 2016-06-04 21:09:55 UTC (rev 201686)
+++ trunk/Source/WebCore/ChangeLog 2016-06-04 21:28:06 UTC (rev 201687)
@@ -1,3 +1,15 @@
+2016-06-04 Anders Carlsson <[email protected]>
+
+ 32-bit build fix
+ https://bugs.webkit.org/show_bug.cgi?id=158383
+ rdar://problem/26628125
+
+ Reviewed by Dan Bernstein.
+
+ Synthesize the webPlaybackSessionInterfaceMac property.
+
+ * platform/mac/WebPlaybackControlsManager.mm:
+
2016-06-04 Chris Dumez <[email protected]>
Avoid redundant isUndefined() check for parameters that are both optional and nullable in overloads
Modified: trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm (201686 => 201687)
--- trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm 2016-06-04 21:09:55 UTC (rev 201686)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm 2016-06-04 21:28:06 UTC (rev 201687)
@@ -33,6 +33,7 @@
#else
@implementation WebPlaybackControlsManager
+@synthesize webPlaybackSessionInterfaceMac=_webPlaybackSessionInterfaceMac;
@synthesize contentDuration=_contentDuration;
@synthesize hasEnabledAudio=_hasEnabledAudio;
@synthesize hasEnabledVideo=_hasEnabledVideo;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes