⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181489 in webkit


Ignore:
Timestamp:
Mar 13, 2015, 3:30:36 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Jeremy Jones <jeremyj@apple.com> on 2015-03-13
Reviewed by Eric Carlson.

Add the missing 'n' in "fullscreen".

  • platform/spi/ios/AVKitSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181488 r181489  
     12015-03-13  Jeremy Jones  <jeremyj@apple.com>
     2
     3        Fix typo restoreUserInterfaceForOptimizedFullscreeStopWithCompletionHandler.
     4        https://bugs.webkit.org/show_bug.cgi?id=142678
     5
     6        Reviewed by Eric Carlson.
     7
     8        Add the missing 'n' in "fullscreen".
     9
     10        * platform/spi/ios/AVKitSPI.h:
     11
    1122015-03-13  Timothy Horton  <timothy_horton@apple.com>
    213
  • trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h

    r179575 r181489  
    7474};
    7575- (BOOL)playerViewController:(AVPlayerViewController *)playerViewController shouldExitFullScreenWithReason:(AVPlayerViewControllerExitFullScreenReason)reason;
    76 - (void)playerViewController:(AVPlayerViewController *)playerViewController restoreUserInterfaceForOptimizedFullscreeStopWithCompletionHandler:(void (^)(BOOL restored))completionHandler;
     76- (void)playerViewController:(AVPlayerViewController *)playerViewController restoreUserInterfaceForOptimizedFullscreenStopWithCompletionHandler:(void (^)(BOOL restored))completionHandler;
    7777@end
    7878
Note: See TracChangeset for help on using the changeset viewer.