Changeset 175600 in webkit


Ignore:
Timestamp:
Nov 4, 2014 7:32:52 PM (9 years ago)
Author:
jeremyj-wk@apple.com
Message:

Fix build after r138351
https://bugs.webkit.org/show_bug.cgi?id=138401

Ureviewed. Make return type match.

  • platform/ios/WebCoreSystemInterfaceIOS.mm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r175597 r175600  
     12014-11-04  Jeremy Jones  <jeremyj@apple.com>
     2
     3        Fix build after r138351
     4        https://bugs.webkit.org/show_bug.cgi?id=138401
     5
     6        Ureviewed. Make return type match.
     7
     8        * platform/ios/WebCoreSystemInterfaceIOS.mm:
     9
    1102014-11-04  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm

    r175596 r175600  
    131131WEBCORE_EXPORT CFStringRef (*wkGetVendorNameForNavigator)(void);
    132132
    133 WEBCORE_EXPORT BOOL (*wkIsOptimizedFullscreenSupported)(void);
     133WEBCORE_EXPORT bool (*wkIsOptimizedFullscreenSupported)(void);
    134134
    135135WEBCORE_EXPORT int (*wkExernalDeviceTypeForPlayer)(AVPlayer *);
Note: See TracChangeset for help on using the changeset viewer.