Title: [98650] trunk/Source/WebCore
- Revision
- 98650
- Author
- [email protected]
- Date
- 2011-10-27 15:34:59 -0700 (Thu, 27 Oct 2011)
Log Message
Correctly Guard Exported REQUEST_ANIMATION_FRAME Symbols
https://bugs.webkit.org/show_bug.cgi?id=71047
Patch by Joseph Pecoraro <[email protected]> on 2011-10-27
Reviewed by David Kilzer.
* WebCore.exp.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (98649 => 98650)
--- trunk/Source/WebCore/ChangeLog 2011-10-27 22:28:16 UTC (rev 98649)
+++ trunk/Source/WebCore/ChangeLog 2011-10-27 22:34:59 UTC (rev 98650)
@@ -1,3 +1,12 @@
+2011-10-27 Joseph Pecoraro <[email protected]>
+
+ Correctly Guard Exported REQUEST_ANIMATION_FRAME Symbols
+ https://bugs.webkit.org/show_bug.cgi?id=71047
+
+ Reviewed by David Kilzer.
+
+ * WebCore.exp.in:
+
2011-10-27 Sheriff Bot <[email protected]>
Unreviewed, rolling out r98626.
Modified: trunk/Source/WebCore/WebCore.exp.in (98649 => 98650)
--- trunk/Source/WebCore/WebCore.exp.in 2011-10-27 22:28:16 UTC (rev 98649)
+++ trunk/Source/WebCore/WebCore.exp.in 2011-10-27 22:34:59 UTC (rev 98650)
@@ -1015,7 +1015,6 @@
__ZN7WebCore9FrameView22setBaseBackgroundColorERKNS_5ColorE
__ZN7WebCore9FrameView23updateCanHaveScrollbarsEv
__ZN7WebCore9FrameView24forceLayoutForPaginationERKNS_9FloatSizeES3_fNS_19AdjustViewSizeOrNotE
-__ZN7WebCore9FrameView25serviceScriptedAnimationsEy
__ZN7WebCore9FrameView26adjustPageHeightDeprecatedEPffff
__ZN7WebCore9FrameView29setShouldUpdateWhileOffscreenEb
__ZN7WebCore9FrameView37updateLayoutAndStyleIfNeededRecursiveEv
@@ -1860,6 +1859,10 @@
.objc_class_name_DOMSVGFilterElement
#endif
+#if ENABLE(REQUEST_ANIMATION_FRAME)
+__ZN7WebCore9FrameView25serviceScriptedAnimationsEy
+#endif
+
#if ENABLE(VIDEO)
__ZN7WebCore16HTMLMediaElement12endScrubbingEv
__ZN7WebCore16HTMLMediaElement14beginScrubbingEv
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes