Title: [163978] trunk/Source/WebCore
- Revision
- 163978
- Author
- [email protected]
- Date
- 2014-02-12 13:22:30 -0800 (Wed, 12 Feb 2014)
Log Message
Mountain Lion build fix.
* WebCore.exp.in: Only export WebCrypto symbols on 10.9+, because SUBTLE_CRYPTO
is not enabled on 10.8.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (163977 => 163978)
--- trunk/Source/WebCore/ChangeLog 2014-02-12 21:22:22 UTC (rev 163977)
+++ trunk/Source/WebCore/ChangeLog 2014-02-12 21:22:30 UTC (rev 163978)
@@ -1,5 +1,12 @@
2014-02-12 Alexey Proskuryakov <[email protected]>
+ Mountain Lion build fix.
+
+ * WebCore.exp.in: Only export WebCrypto symbols on 10.9+, because SUBTLE_CRYPTO
+ is not enabled on 10.8.
+
+2014-02-12 Alexey Proskuryakov <[email protected]>
+
Wrap WebCrypto keys in SerializedScriptValue
https://bugs.webkit.org/show_bug.cgi?id=128680
Modified: trunk/Source/WebCore/WebCore.exp.in (163977 => 163978)
--- trunk/Source/WebCore/WebCore.exp.in 2014-02-12 21:22:22 UTC (rev 163977)
+++ trunk/Source/WebCore/WebCore.exp.in 2014-02-12 21:22:30 UTC (rev 163978)
@@ -911,7 +911,6 @@
#endif
__ZN7WebCore23getFileModificationTimeERKN3WTF6StringERl
__ZN7WebCore23getHostnamesWithCookiesERKNS_21NetworkStorageSessionERN3WTF7HashSetINS3_6StringENS3_10StringHashENS3_10HashTraitsIS5_EEEE
-__ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
__ZN7WebCore24CachedResourceHandleBase11setResourceEPNS_14CachedResourceE
__ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE
__ZN7WebCore24DocumentMarkerController13removeMarkersENS_14DocumentMarker11MarkerTypesE
@@ -934,7 +933,6 @@
__ZN7WebCore25addLanguageChangeObserverEPvPFvS0_E
__ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE
__ZN7WebCore25createCanonicalUUIDStringEv
-__ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
__ZN7WebCore26ContextDestructionObserver16contextDestroyedEv
__ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE
__ZN7WebCore26ContextDestructionObserverD2Ev
@@ -2625,6 +2623,8 @@
#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
_wkCTFontTransformGlyphs
+__ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
+__ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLm0ENS0_15CrashOnOverflowEEES5_RS3_
#endif
#if ENABLE(3D_RENDERING)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes