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

Changeset 93998 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 11:59:15 AM (15 years ago)
Author:
ap@apple.com
Message:

Lion build fix.

  • WebCore.exp.in: We have different definitions of CFURLStorageSessionRef on different versions of Mac OS X, and need separate exports.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r93996 r93998  
     12011-08-29  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Lion build fix.
     4
     5        * WebCore.exp.in: We have different definitions of CFURLStorageSessionRef on different versions
     6        of Mac OS X, and need separate exports.
     7
    182011-08-29  Tony Chang  <tony@chromium.org>
    29
  • trunk/Source/WebCore/WebCore.exp.in

    r93987 r93998  
    363363__ZN7WebCore14FrameSelectionC1EPNS_5FrameE
    364364__ZN7WebCore14ResourceHandle20forceContentSniffingEv
    365 __ZN7WebCore14ResourceHandle24setDefaultStorageSessionEP21__CFURLStorageSession
    366365__ZN7WebCore14ResourceHandle26synchronousLoadRunLoopModeEv
    367366__ZN7WebCore14ResourceHandle35createPrivateBrowsingStorageSessionEPK10__CFString
     
    19131912#endif
    19141913
     1914#if USE(CFURLSTORAGESESSIONS) && (defined(BUILDING_ON_SNOW_LEOPARD) || defined(BUILDING_ON_LEOPARD))
     1915__ZN7WebCore14ResourceHandle24setDefaultStorageSessionEP21__CFURLStorageSession
     1916#else
     1917__ZN7WebCore14ResourceHandle24setDefaultStorageSessionEPK21__CFURLStorageSession
     1918#endif
     1919
    19151920#if ENABLE(INPUT_COLOR)
    19161921__ZN7WebCore12ColorChooser7chooserEv
Note: See TracChangeset for help on using the changeset viewer.