Title: [127926] trunk/Source/WebCore
Revision
127926
Author
[email protected]
Date
2012-09-07 15:13:19 -0700 (Fri, 07 Sep 2012)

Log Message

Mac build fix.
https://bugs.webkit.org/show_bug.cgi?id=93640

Reviewed by Abhishek Arya.

The original patch for this bug broke the mac builds.

* WebCore.exp.in: Adding const marker

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127925 => 127926)


--- trunk/Source/WebCore/ChangeLog	2012-09-07 22:06:35 UTC (rev 127925)
+++ trunk/Source/WebCore/ChangeLog	2012-09-07 22:13:19 UTC (rev 127926)
@@ -1,3 +1,14 @@
+2012-09-07  Stephen Chenney  <[email protected]>
+
+        Mac build fix.
+        https://bugs.webkit.org/show_bug.cgi?id=93640
+
+        Reviewed by Abhishek Arya.
+
+        The original patch for this bug broke the mac builds.
+
+        * WebCore.exp.in: Adding const marker
+
 2012-09-07  Robert Kroeger  <[email protected]>
 
         [chromium] Add touchscreen specific fling curve parametrization
@@ -4111,7 +4122,6 @@
         * WebCore.gyp/WebCore.gyp:
         * WebCore.gypi:
 
->>>>>>> .r127797
 2012-09-05  Bruno de Oliveira Abinader  <[email protected]>
 
         Make RenderStyle::colorIncludingFallback use private getters

Modified: trunk/Source/WebCore/WebCore.exp.in (127925 => 127926)


--- trunk/Source/WebCore/WebCore.exp.in	2012-09-07 22:06:35 UTC (rev 127925)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-09-07 22:13:19 UTC (rev 127926)
@@ -394,7 +394,7 @@
 __ZN7WebCore16DeviceMotionData12Acceleration6createEbdbdbd
 __ZN7WebCore16DeviceMotionData12RotationRate6createEbdbdbd
 __ZN7WebCore16DeviceMotionData6createEN3WTF10PassRefPtrINS0_12AccelerationEEES4_NS2_INS0_12RotationRateEEEbd
-__ZN7WebCore16FontFallbackList15releaseFontDataEv
+__ZNK7WebCore16FontFallbackList15releaseFontDataEv
 __ZN7WebCore16FontPlatformDataD1Ev
 __ZN7WebCore16HTMLInputElement13setAutofilledEb
 __ZN7WebCore16HTMLInputElement15setEditingValueERKN3WTF6StringE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to