Title: [166311] trunk/Source/WebCore
Revision
166311
Author
bfulg...@apple.com
Date
2014-03-26 12:52:07 -0700 (Wed, 26 Mar 2014)

Log Message

Fix OS X build.

* WebCore.exp.in: Add missing export symbol.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166310 => 166311)


--- trunk/Source/WebCore/ChangeLog	2014-03-26 19:42:03 UTC (rev 166310)
+++ trunk/Source/WebCore/ChangeLog	2014-03-26 19:52:07 UTC (rev 166311)
@@ -1,3 +1,9 @@
+2014-03-26  Brent Fulgham  <bfulg...@apple.com>
+
+        Fix OS X build.
+
+        * WebCore.exp.in: Add missing export symbol.
+
 2014-03-26  Simon Fraser  <simon.fra...@apple.com>
 
         Fix the Windows build. Add a no-op impl for Mac non-UI-side.

Modified: trunk/Source/WebCore/WebCore.exp.in (166310 => 166311)


--- trunk/Source/WebCore/WebCore.exp.in	2014-03-26 19:42:03 UTC (rev 166310)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-03-26 19:52:07 UTC (rev 166311)
@@ -251,6 +251,7 @@
 __ZN7WebCore12gcControllerEv
 __ZN7WebCore12iconDatabaseEv
 __ZN7WebCore13AXObjectCache10rootObjectEv
+__ZN7WebCore13AXObjectCache37setEnhancedUserInterfaceAccessibilityEb
 __ZN7WebCore13AXObjectCache18rootObjectForFrameEPNS_5FrameE
 __ZN7WebCore13AXObjectCache19enableAccessibilityEv
 __ZN7WebCore13AXObjectCache20disableAccessibilityEv
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to