Title: [165031] trunk/Source/WebCore
Revision
165031
Author
mmaxfi...@apple.com
Date
2014-03-03 18:00:02 -0800 (Mon, 03 Mar 2014)

Log Message

GraphicsContext::drawLineForText needs to be exported from WebCore.dylib for iOS builds
https://bugs.webkit.org/show_bug.cgi?id=129647

Reviewed by NOBODY (This is a build fix).

Fixing after r165025 and r165016.

No new tests as this is a build fix.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165030 => 165031)


--- trunk/Source/WebCore/ChangeLog	2014-03-04 01:53:38 UTC (rev 165030)
+++ trunk/Source/WebCore/ChangeLog	2014-03-04 02:00:02 UTC (rev 165031)
@@ -1,3 +1,16 @@
+2014-03-03  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        GraphicsContext::drawLineForText needs to be exported from WebCore.dylib for iOS builds
+        https://bugs.webkit.org/show_bug.cgi?id=129647
+
+        Reviewed by NOBODY (This is a build fix).
+
+        Fixing after r165025 and r165016.
+
+        No new tests as this is a build fix.
+
+        * WebCore.exp.in:
+
 2014-03-03  Jer Noble  <jer.no...@apple.com>
 
         [iOS] Start playback button misplaced

Modified: trunk/Source/WebCore/WebCore.exp.in (165030 => 165031)


--- trunk/Source/WebCore/WebCore.exp.in	2014-03-04 01:53:38 UTC (rev 165030)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-03-04 02:00:02 UTC (rev 165031)
@@ -2443,6 +2443,7 @@
 __ZN7WebCore15DatabaseTracker44emptyDatabaseFilesRemovalTaskWillBeScheduledEv
 __ZN7WebCore15DatabaseTracker7trackerEv
 __ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointENS1_24CustomFontNotReadyActionEPNS_10BidiStatusEi
+__ZN7WebCore15GraphicsContext15drawLineForTextERKNS_10FloatPointEfbb
 __ZN7WebCore15GraphicsContext15drawNativeImageEP7CGImageRKNS_9FloatSizeENS_10ColorSpaceERKNS_9FloatRectES9_fNS_17CompositeOperatorENS_9BlendModeENS_16ImageOrientationE
 __ZN7WebCore15GraphicsContext15drawLineForTextERKNS_10FloatPointEfbb
 __ZN7WebCore15GraphicsContext22setEmojiDrawingEnabledEb
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to