Changeset 158873 in webkit


Ignore:
Timestamp:
Nov 7, 2013 1:56:17 PM (10 years ago)
Author:
Simon Fraser
Message:

Attempt to fix the 32-bit build. Virtual thunks seem to have different
symbol names between 32- and 64-bit.

  • WebCore.exp.in:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r158870 r158873  
     12013-11-07  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Attempt to fix the 32-bit build. Virtual thunks seem to have different
     4        symbol names between 32- and 64-bit.
     5       
     6        * WebCore.exp.in:
     7
    182013-11-07  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/Source/WebCore/WebCore.exp.in

    r158859 r158873  
    558558__ZN7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
    559559__ZNK7WebCore15GraphicsLayerCA49platformCALayerContentsScaleMultiplierForNewTilesEPNS_15PlatformCALayerE
    560 __ZThn496_NK7WebCore15GraphicsLayerCA49platformCALayerContentsScaleMultiplierForNewTilesEPNS_15PlatformCALayerE
    561560__ZN7WebCore15GraphicsLayerCA7setNameERKN3WTF6StringE
    562561__ZN7WebCore15GraphicsLayerCA7setSizeERKNS_9FloatSizeE
     
    18291828__ZThn???_NK7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
    18301829__ZThn???_NK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
     1830__ZThn???_NK7WebCore15GraphicsLayerCA49platformCALayerContentsScaleMultiplierForNewTilesEPNS_15PlatformCALayerE
    18311831_filenameByFixingIllegalCharacters
    18321832_hasCaseInsensitivePrefix
Note: See TracChangeset for help on using the changeset viewer.