Title: [97160] trunk/Source/WebCore
Revision
97160
Author
[email protected]
Date
2011-10-11 10:03:32 -0700 (Tue, 11 Oct 2011)

Log Message

        Build fix.

        * WebCore.exp.in: Export GraphicsContext::clearShadow().

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97159 => 97160)


--- trunk/Source/WebCore/ChangeLog	2011-10-11 16:57:07 UTC (rev 97159)
+++ trunk/Source/WebCore/ChangeLog	2011-10-11 17:03:32 UTC (rev 97160)
@@ -1,3 +1,9 @@
+2011-10-11  Alexey Proskuryakov  <[email protected]>
+
+        Build fix.
+
+        * WebCore.exp.in: Export GraphicsContext::clearShadow().
+
 2011-10-10  Adam Klein  <[email protected]>
 
         [MutationObservers] Add stub implementation of WebKitMutationObserver

Modified: trunk/Source/WebCore/WebCore.exp.in (97159 => 97160)


--- trunk/Source/WebCore/WebCore.exp.in	2011-10-11 16:57:07 UTC (rev 97159)
+++ trunk/Source/WebCore/WebCore.exp.in	2011-10-11 17:03:32 UTC (rev 97160)
@@ -412,6 +412,7 @@
 __ZN7WebCore15FocusController15setFocusedFrameEN3WTF10PassRefPtrINS_5FrameEEE
 __ZN7WebCore15FocusController15setInitialFocusENS_14FocusDirectionEPNS_13KeyboardEventE
 __ZN7WebCore15FocusController9setActiveEb
+__ZN7WebCore15GraphicsContext11clearShadowEv
 __ZN7WebCore15GraphicsContext12setFillColorERKNS_5ColorENS_10ColorSpaceE
 __ZN7WebCore15GraphicsContext15setFillGradientEN3WTF10PassRefPtrINS_8GradientEEE
 __ZN7WebCore15GraphicsContext18setShouldAntialiasEb
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to