⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136159 in webkit


Ignore:
Timestamp:
Nov 29, 2012, 1:31:42 PM (14 years ago)
Author:
bfulgham@webkit.org
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.
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r136154 r136159  
     12012-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
    1102012-11-29  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebKit2/win/WebKit2.def

    r136097 r136159  
    365365        ?getFirstCGImageRefOfSize@BitmapImage@WebCore@@UAEPAUCGImage@@ABVIntSize@2@@Z
    366366        ?getCGImageArray@BitmapImage@WebCore@@UAE?AV?$RetainPtr@PBU__CFArray@@@WTF@@XZ
    367         ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ
  • trunk/Source/WebKit2/win/WebKit2CFLite.def

    r136097 r136159  
    354354        ?draw@BitmapImage@WebCore@@MAEXPAVGraphicsContext@2@ABVFloatRect@2@1W4ColorSpace@2@W4CompositeOperator@2@W4RespectImageOrientationEnum@2@@Z
    355355        ?frameCount@BitmapImage@WebCore@@MAEIXZ
    356         ?notSolidColor@BitmapImage@WebCore@@UAE_NXZ
Note: See TracChangeset for help on using the changeset viewer.