Changeset 136159 in webkit
- Timestamp:
- Nov 29, 2012, 1:31:42 PM (14 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
win/WebKit2.def (modified) (1 diff)
-
win/WebKit2CFLite.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r136154 r136159 1 2012-11-29 Brent Fulgham <bfulgham@webkit.org> 2 3 [Windows, WinCairo] Unreviewed build fix. Build was failing 4 because the export definition file included a debug-only 5 symbol. It's not needed and shouldn't be included for export. 6 7 * win/WebKit2.def: Don't require notSolidColor to be exported. 8 * win/WebKit2CFLite.def: Ditto. 9 1 10 2012-11-29 Tim Horton <timothy_horton@apple.com> 2 11 -
trunk/Source/WebKit2/win/WebKit2.def
r136097 r136159 365 365 ?getFirstCGImageRefOfSize@BitmapImage@WebCore@@UAEPAUCGImage@@ABVIntSize@2@@Z 366 366 ?getCGImageArray@BitmapImage@WebCore@@UAE?AV?$RetainPtr@PBU__CFArray@@@WTF@@XZ 367 ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ -
trunk/Source/WebKit2/win/WebKit2CFLite.def
r136097 r136159 354 354 ?draw@BitmapImage@WebCore@@MAEXPAVGraphicsContext@2@ABVFloatRect@2@1W4ColorSpace@2@W4CompositeOperator@2@W4RespectImageOrientationEnum@2@@Z 355 355 ?frameCount@BitmapImage@WebCore@@MAEIXZ 356 ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ
Note:
See TracChangeset
for help on using the changeset viewer.