Title: [181489] trunk/Source/WebCore
Revision
181489
Author
[email protected]
Date
2015-03-13 15:30:36 -0700 (Fri, 13 Mar 2015)

Log Message

Fix typo restoreUserInterfaceForOptimizedFullscreeStopWithCompletionHandler.
https://bugs.webkit.org/show_bug.cgi?id=142678

Patch by Jeremy Jones <[email protected]> on 2015-03-13
Reviewed by Eric Carlson.

Add the missing 'n' in "fullscreen".

* platform/spi/ios/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181488 => 181489)


--- trunk/Source/WebCore/ChangeLog	2015-03-13 21:07:06 UTC (rev 181488)
+++ trunk/Source/WebCore/ChangeLog	2015-03-13 22:30:36 UTC (rev 181489)
@@ -1,3 +1,14 @@
+2015-03-13  Jeremy Jones  <[email protected]>
+
+        Fix typo restoreUserInterfaceForOptimizedFullscreeStopWithCompletionHandler.
+        https://bugs.webkit.org/show_bug.cgi?id=142678
+
+        Reviewed by Eric Carlson.
+
+        Add the missing 'n' in "fullscreen".
+
+        * platform/spi/ios/AVKitSPI.h:
+
 2015-03-13  Timothy Horton  <[email protected]>
 
         Sites that use a device-width viewport but don't have enough height to fill the view are scaled up

Modified: trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h (181488 => 181489)


--- trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h	2015-03-13 21:07:06 UTC (rev 181488)
+++ trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h	2015-03-13 22:30:36 UTC (rev 181489)
@@ -73,7 +73,7 @@
     AVPlayerViewControllerExitFullScreenReasonRemoteControlStopEventReceived = 3,
 };
 - (BOOL)playerViewController:(AVPlayerViewController *)playerViewController shouldExitFullScreenWithReason:(AVPlayerViewControllerExitFullScreenReason)reason;
-- (void)playerViewController:(AVPlayerViewController *)playerViewController restoreUserInterfaceForOptimizedFullscreeStopWithCompletionHandler:(void (^)(BOOL restored))completionHandler;
+- (void)playerViewController:(AVPlayerViewController *)playerViewController restoreUserInterfaceForOptimizedFullscreenStopWithCompletionHandler:(void (^)(BOOL restored))completionHandler;
 @end
 
 typedef NSInteger AVPlayerViewControllerOptimizedFullscreenStopReason;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to