Title: [199194] trunk/Source/WebCore
Revision
199194
Author
[email protected]
Date
2016-04-07 15:28:56 -0700 (Thu, 07 Apr 2016)

Log Message

Build fix.

* platform/mac/WebVideoFullscreenInterfaceMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199193 => 199194)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 22:26:27 UTC (rev 199193)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 22:28:56 UTC (rev 199194)
@@ -1,3 +1,9 @@
+2016-04-07  Beth Dakin  <[email protected]>
+
+        Build fix.
+
+        * platform/mac/WebVideoFullscreenInterfaceMac.mm:
+
 2016-04-07  Jeremy Jones  <[email protected]>
 
         In WK1 WebVideoFullscreen interface may be accessed from WK1 main thread instead of UI thread.

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm (199193 => 199194)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-04-07 22:26:27 UTC (rev 199193)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-04-07 22:28:56 UTC (rev 199194)
@@ -68,7 +68,7 @@
     NSArray<AVMediaSelectionOption *> *_audioMediaSelectionOptions;
     AVMediaSelectionOption *_currentAudioMediaSelectionOption;
     NSArray<AVMediaSelectionOption *> *_legibleMediaSelectionOptions;
-    AVMediaSelectionOption *_currentLegibleMediaSelectionOption
+    AVMediaSelectionOption *_currentLegibleMediaSelectionOption;
     
     float _rate;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to