Title: [166198] trunk/Source/WebCore
- Revision
- 166198
- Author
- [email protected]
- Date
- 2014-03-24 15:32:27 -0700 (Mon, 24 Mar 2014)
Log Message
Fix build.
* WebCore.exp.in:
Move a CFNetwork only symbol inside the USE(CFNETWORK) section.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (166197 => 166198)
--- trunk/Source/WebCore/ChangeLog 2014-03-24 22:27:30 UTC (rev 166197)
+++ trunk/Source/WebCore/ChangeLog 2014-03-24 22:32:27 UTC (rev 166198)
@@ -1,3 +1,10 @@
+2014-03-24 Anders Carlsson <[email protected]>
+
+ Fix build.
+
+ * WebCore.exp.in:
+ Move a CFNetwork only symbol inside the USE(CFNETWORK) section.
+
2014-03-24 Chris Fleizach <[email protected]>
Regression: AX: Don't expose role or notifications for invalid menus
Modified: trunk/Source/WebCore/WebCore.exp.in (166197 => 166198)
--- trunk/Source/WebCore/WebCore.exp.in 2014-03-24 22:27:30 UTC (rev 166197)
+++ trunk/Source/WebCore/WebCore.exp.in 2014-03-24 22:32:27 UTC (rev 166198)
@@ -298,7 +298,6 @@
__ZN7WebCore13PageThrottler7startedEv
__ZN7WebCore13QualifiedNameD1Ev
__ZN7WebCore13ResourceErrorC1EP7NSError
-__ZN7WebCore13ResourceErrorC1EP9__CFError
__ZN7WebCore13SQLResultDoneE
__ZN7WebCore13SelectionRectC1ERKNS_7IntRectEbi
__ZN7WebCore13StyledElement22setInlineStylePropertyENS_13CSSPropertyIDERKN3WTF6StringEb
@@ -2814,6 +2813,7 @@
#endif
#if USE(CFNETWORK)
+__ZN7WebCore13ResourceErrorC1EP9__CFError
__ZN7WebCore14ResourceHandle28releaseConnectionForDownloadEv
__ZN7WebCore15ResourceRequestC1EP12NSURLRequest
__ZN7WebCore16ResourceResponseC1EP13NSURLResponse
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes