Title: [201789] tags/Safari-602.1.35.0.1/Source/WebCore
Revision
201789
Author
[email protected]
Date
2016-06-07 20:39:32 -0700 (Tue, 07 Jun 2016)

Log Message

Merged r201687.  rdar://problem/26628125

Modified Paths

Diff

Modified: tags/Safari-602.1.35.0.1/Source/WebCore/ChangeLog (201788 => 201789)


--- tags/Safari-602.1.35.0.1/Source/WebCore/ChangeLog	2016-06-08 03:38:38 UTC (rev 201788)
+++ tags/Safari-602.1.35.0.1/Source/WebCore/ChangeLog	2016-06-08 03:39:32 UTC (rev 201789)
@@ -1,3 +1,19 @@
+2016-06-07  Babak Shafiei  <[email protected]>
+
+        Merge r201687.
+
+    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-01  Babak Shafiei  <[email protected]>
 
         Merge r201576.

Modified: tags/Safari-602.1.35.0.1/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm (201788 => 201789)


--- tags/Safari-602.1.35.0.1/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm	2016-06-08 03:38:38 UTC (rev 201788)
+++ tags/Safari-602.1.35.0.1/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm	2016-06-08 03:39:32 UTC (rev 201789)
@@ -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

Reply via email to