Title: [166298] trunk/Source/WebCore
Revision
166298
Author
simon.fra...@apple.com
Date
2014-03-26 09:26:48 -0700 (Wed, 26 Mar 2014)

Log Message

Fix the iOS build.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166297 => 166298)


--- trunk/Source/WebCore/ChangeLog	2014-03-26 16:19:21 UTC (rev 166297)
+++ trunk/Source/WebCore/ChangeLog	2014-03-26 16:26:48 UTC (rev 166298)
@@ -1,3 +1,9 @@
+2014-03-26  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix the iOS build.
+
+        * WebCore.exp.in:
+
 2014-03-26  Tim Horton  <timothy_hor...@apple.com>
 
         [iOS WebKit2] Flush all surfaces after painting into all of them, instead of after painting into each one

Modified: trunk/Source/WebCore/WebCore.exp.in (166297 => 166298)


--- trunk/Source/WebCore/WebCore.exp.in	2014-03-26 16:19:21 UTC (rev 166297)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-03-26 16:26:48 UTC (rev 166298)
@@ -2410,11 +2410,11 @@
 _WebUIApplicationWillResignActiveNotification
 __ZN7WebCore10FloatPointC1ERK7CGPoint
 __ZN7WebCore10ScrollView15setScrollOffsetERKNS_8IntPointE
+__ZN7WebCore10ScrollView17setScrollVelocityEddd
 __ZN7WebCore10ScrollView21setExposedContentRectERKNS_7IntRectE
 __ZN7WebCore10ScrollView24setUnobscuredContentRectERKNS_7IntRectE
 __ZN7WebCore10XLinkNames4initEv
 __ZN7WebCore10inSameLineERKNS_15VisiblePositionES2_
-__ZN7WebCore10ScrollView17setScrollVelocityEddd
 __ZN7WebCore11BidiContext41copyStackRemovingUnicodeEmbeddingContextsEv
 __ZN7WebCore11BidiContext6createEh14UCharDirectionbNS_19BidiEmbeddingSourceEPS0_
 __ZN7WebCore11CachedImage5imageEv
@@ -2791,12 +2791,14 @@
 #endif
 
 #if ENABLE(ASYNC_SCROLLING) && PLATFORM(IOS)
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS17setScrollPositionERKNS_10FloatPointE
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS17updateForViewportERKNS_9FloatRectEd
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS19updateAfterChildrenERKNS_18ScrollingStateNodeE
 __ZN7WebCore29ScrollingTreeScrollingNodeIOS20updateBeforeChildrenERKNS_18ScrollingStateNodeE
-__ZN7WebCore29ScrollingTreeScrollingNodeIOS19updateAfterChildrenERKNS_18ScrollingStateNodeE
-__ZN7WebCore29ScrollingTreeScrollingNodeIOS17setScrollPositionERKNS_10FloatPointE
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS46setScrollPositionWithoutContentEdgeConstraintsERKNS_10FloatPointE
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS6createERNS_13ScrollingTreeENS_17ScrollingNodeTypeEy
 __ZN7WebCore29ScrollingTreeScrollingNodeIOSC2ERNS_13ScrollingTreeENS_17ScrollingNodeTypeEy
 __ZN7WebCore29ScrollingTreeScrollingNodeIOSD2Ev
-__ZN7WebCore29ScrollingTreeScrollingNodeIOS6createERNS_13ScrollingTreeENS_17ScrollingNodeTypeEy
 #endif
 
 #if USE(AVFOUNDATION)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to