Changeset 180338 in webkit


Ignore:
Timestamp:
Feb 18, 2015, 10:17:58 PM (11 years ago)
Author:
Chris Dumez
Message:

Unreviewed Windows build fix after r180337.

Export a couple of symbols.

  • WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r180220 r180338  
     12015-02-18  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed Windows build fix after r180337.
     4
     5        Export a couple of symbols.
     6
     7        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
     8
    192015-02-17  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    210
  • trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in

    r180281 r180338  
    468468        symbolWithPointer(?storeUpdatedQuotaForOrigin@ApplicationCacheStorage@WebCore@@QAE_NPBVSecurityOrigin@2@_J@Z, ?storeUpdatedQuotaForOrigin@ApplicationCacheStorage@WebCore@@QEAA_NPEBVSecurityOrigin@2@_J@Z)
    469469        symbolWithPointer(?cacheStorage@WebCore@@YAAAVApplicationCacheStorage@1@XZ, ?cacheStorage@WebCore@@YAAEAVApplicationCacheStorage@1@XZ)
     470        symbolWithPointer(?singleton@PageCache@WebCore@@SAAAV12@XZ, ?singleton@PageCache@WebCore@@SAAAV12@XZ)
     471        symbolWithPointer(?pruneToSizeNow@PageCache@WebCore@@QAEXIW4PruningReason@2@@Z, ?pruneToSizeNow@PageCache@WebCore@@QAEXIW4PruningReason@2@@Z)
    470472        symbolWithPointer(?setDefaultOriginQuota@ApplicationCacheStorage@WebCore@@QAEX_J@Z, ?setDefaultOriginQuota@ApplicationCacheStorage@WebCore@@QEAAX_J@Z)
    471473        symbolWithPointer(?vm@ScriptExecutionContext@WebCore@@QAEAAVVM@JSC@@XZ, ?vm@ScriptExecutionContext@WebCore@@QEAAAEAVVM@JSC@@XZ)
Note: See TracChangeset for help on using the changeset viewer.