Changeset 163978 in webkit
- Timestamp:
- Feb 12, 2014, 1:22:30 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r163976 r163978 1 2014-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 1 8 2014-02-12 Alexey Proskuryakov <ap@apple.com> 2 9 -
trunk/Source/WebCore/WebCore.exp.in
r163976 r163978 912 912 __ZN7WebCore23getFileModificationTimeERKN3WTF6StringERl 913 913 __ZN7WebCore23getHostnamesWithCookiesERKNS_21NetworkStorageSessionERN3WTF7HashSetINS3_6StringENS3_10StringHashENS3_10HashTraitsIS5_EEEE 914 __ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_915 914 __ZN7WebCore24CachedResourceHandleBase11setResourceEPNS_14CachedResourceE 916 915 __ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE … … 935 934 __ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE 936 935 __ZN7WebCore25createCanonicalUUIDStringEv 937 __ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_938 936 __ZN7WebCore26ContextDestructionObserver16contextDestroyedEv 939 937 __ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE … … 2626 2624 #if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 2627 2625 _wkCTFontTransformGlyphs 2626 __ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_ 2627 __ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_ 2628 2628 #endif 2629 2629
Note:
See TracChangeset
for help on using the changeset viewer.