Title: [136159] trunk/Source/WebKit2
- Revision
- 136159
- Author
- [email protected]
- Date
- 2012-11-29 13:31:42 -0800 (Thu, 29 Nov 2012)
Log Message
[Windows, WinCairo] Unreviewed build fix. Build was failing
because the export definition file included a debug-only
symbol. It's not needed and shouldn't be included for export.
* win/WebKit2.def: Don't require notSolidColor to be exported.
* win/WebKit2CFLite.def: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (136158 => 136159)
--- trunk/Source/WebKit2/ChangeLog 2012-11-29 21:27:32 UTC (rev 136158)
+++ trunk/Source/WebKit2/ChangeLog 2012-11-29 21:31:42 UTC (rev 136159)
@@ -1,3 +1,12 @@
+2012-11-29 Brent Fulgham <[email protected]>
+
+ [Windows, WinCairo] Unreviewed build fix. Build was failing
+ because the export definition file included a debug-only
+ symbol. It's not needed and shouldn't be included for export.
+
+ * win/WebKit2.def: Don't require notSolidColor to be exported.
+ * win/WebKit2CFLite.def: Ditto.
+
2012-11-29 Tim Horton <[email protected]>
PDFPlugin: Only plain text can be copied out of PDFs
Modified: trunk/Source/WebKit2/win/WebKit2.def (136158 => 136159)
--- trunk/Source/WebKit2/win/WebKit2.def 2012-11-29 21:27:32 UTC (rev 136158)
+++ trunk/Source/WebKit2/win/WebKit2.def 2012-11-29 21:31:42 UTC (rev 136159)
@@ -364,4 +364,3 @@
?getCGImageRef@BitmapImage@WebCore@@UAEPAUCGImage@@XZ
?getFirstCGImageRefOfSize@BitmapImage@WebCore@@UAEPAUCGImage@@ABVIntSize@2@@Z
?getCGImageArray@BitmapImage@WebCore@@UAE?AV?$RetainPtr@PBU__CFArray@@@WTF@@XZ
- ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ
Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (136158 => 136159)
--- trunk/Source/WebKit2/win/WebKit2CFLite.def 2012-11-29 21:27:32 UTC (rev 136158)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def 2012-11-29 21:31:42 UTC (rev 136159)
@@ -353,4 +353,3 @@
?frameAtIndex@BitmapImage@WebCore@@IAEPAVNativeImageCairo@2@I@Z
?draw@BitmapImage@WebCore@@MAEXPAVGraphicsContext@2@ABVFloatRect@2@1W4ColorSpace@2@W4CompositeOperator@2@W4RespectImageOrientationEnum@2@@Z
?frameCount@BitmapImage@WebCore@@MAEIXZ
- ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes