Title: [147919] trunk/Source/WebCore
- Revision
- 147919
- Author
- [email protected]
- Date
- 2013-04-08 09:29:51 -0700 (Mon, 08 Apr 2013)
Log Message
Unreviewed build fix; r147892 moved an export definition out of
a protective #ifdef, causing a link error on platforms which do
not define that method.
* WebCore.exp.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147918 => 147919)
--- trunk/Source/WebCore/ChangeLog 2013-04-08 16:26:00 UTC (rev 147918)
+++ trunk/Source/WebCore/ChangeLog 2013-04-08 16:29:51 UTC (rev 147919)
@@ -1,3 +1,11 @@
+2013-04-08 Jer Noble <[email protected]>
+
+ Unreviewed build fix; r147892 moved an export definition out of
+ a protective #ifdef, causing a link error on platforms which do
+ not define that method.
+
+ * WebCore.exp.in:
+
2013-04-08 Brendan Long <[email protected]>
[Qt] Enable text tracks from track elements
Modified: trunk/Source/WebCore/WebCore.exp.in (147918 => 147919)
--- trunk/Source/WebCore/WebCore.exp.in 2013-04-08 16:26:00 UTC (rev 147918)
+++ trunk/Source/WebCore/WebCore.exp.in 2013-04-08 16:29:51 UTC (rev 147919)
@@ -1828,7 +1828,6 @@
__ZN7WebCore31contextMenuItemTagMakeUpperCaseEv
__ZN7WebCore31contextMenuItemTagStartSpeakingEv
__ZN7WebCore32applicationIsAOLInstantMessengerEv
-__ZN7WebCore32collectDictationTextAlternativesEP18NSAttributedStringRN3WTF6VectorINS_24TextAlternativeWithRangeELm0ENS2_15CrashOnOverflowEEE
__ZN7WebCore32contextMenuItemTagInspectElementEv
__ZN7WebCore32contextMenuItemTagSmartCopyPasteEv
__ZN7WebCore33postScriptDocumentTypeDescriptionEv
@@ -2708,6 +2707,7 @@
__ZN7WebCore27AlternativeTextUIController18removeAlternativesEy
__ZN7WebCore27AlternativeTextUIController16showAlternativesEP6NSViewRKNS_9FloatRectEyU13block_pointerFvP8NSStringE
__ZN7WebCore24TextAlternativeWithRangeC1EP18NSTextAlternatives8_NSRange
+__ZN7WebCore32collectDictationTextAlternativesEP18NSAttributedStringRN3WTF6VectorINS_24TextAlternativeWithRangeELm0ENS2_15CrashOnOverflowEEE
#endif
#if ENABLE(SHADOW_DOM)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes