Title: [177564] branches/safari-600.3-branch/Source/WebCore
Revision
177564
Author
matthew_han...@apple.com
Date
2014-12-18 21:51:53 -0800 (Thu, 18 Dec 2014)

Log Message

Build fix.

Modified Paths


Diff

Modified: branches/safari-600.3-branch/Source/WebCore/ChangeLog (177563 => 177564)


--- branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-12-19 04:35:32 UTC (rev 177563)
+++ branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-12-19 05:51:53 UTC (rev 177564)
@@ -1,5 +1,14 @@
 2014-12-18  Matthew Hanson  <matthew_han...@apple.com>
 
+        Build fix.
+
+        Unreviewed.
+
+        * WebCore.exp.in:
+        Added missing symbol.
+
+2014-12-18  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r177522. rdar://problem/19288547
 
     2014-12-18  Timothy Horton  <timothy_hor...@apple.com>

Modified: branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in (177563 => 177564)


--- branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in	2014-12-19 04:35:32 UTC (rev 177563)
+++ branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in	2014-12-19 05:51:53 UTC (rev 177564)
@@ -2484,6 +2484,7 @@
 #if PLATFORM(MAC) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)
 __ZN7WebCore7IntSizeC1ERK7_NSSize
 __ZNK7WebCore7IntSizecv7_NSSizeEv
+__ZN7WebCore9FloatSizeC1ERK7_NSSize
 #endif
 
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 10100
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to