Changeset 163978 in webkit


Ignore:
Timestamp:
Feb 12, 2014, 1:22:30 PM (12 years ago)
Author:
ap@apple.com
Message:

Mountain Lion build fix.

  • WebCore.exp.in: Only export WebCrypto symbols on 10.9+, because SUBTLE_CRYPTO

is not enabled on 10.8.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r163976 r163978  
     12014-02-12  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Mountain Lion build fix.
     4
     5        * WebCore.exp.in: Only export WebCrypto symbols on 10.9+, because SUBTLE_CRYPTO
     6        is not enabled on 10.8.
     7
    182014-02-12  Alexey Proskuryakov  <ap@apple.com>
    29
  • trunk/Source/WebCore/WebCore.exp.in

    r163976 r163978  
    912912__ZN7WebCore23getFileModificationTimeERKN3WTF6StringERl
    913913__ZN7WebCore23getHostnamesWithCookiesERKNS_21NetworkStorageSessionERN3WTF7HashSetINS3_6StringENS3_10StringHashENS3_10HashTraitsIS5_EEEE
    914 __ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
    915914__ZN7WebCore24CachedResourceHandleBase11setResourceEPNS_14CachedResourceE
    916915__ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE
     
    935934__ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE
    936935__ZN7WebCore25createCanonicalUUIDStringEv
    937 __ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
    938936__ZN7WebCore26ContextDestructionObserver16contextDestroyedEv
    939937__ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE
     
    26262624#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
    26272625_wkCTFontTransformGlyphs
     2626__ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
     2627__ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
    26282628#endif
    26292629
Note: See TracChangeset for help on using the changeset viewer.