Changeset 77816 in webkit


Ignore:
Timestamp:
Feb 7, 2011 8:03:06 AM (13 years ago)
Author:
Adam Roben
Message:

Windows build fix after r77794

  • win/WebKit2.def: Export WebCore symbols used by WebKitTestRunner.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r77793 r77816  
     12011-02-07  Adam Roben  <aroben@apple.com>
     2
     3        Windows build fix after r77794
     4
     5        * win/WebKit2.def: Export WebCore symbols used by WebKitTestRunner.
     6
    172011-02-07  Maciej Stachowiak  <mjs@apple.com>
    28
  • trunk/Source/WebKit2/win/WebKit2.def

    r66543 r77816  
    1919        WebKitShouldUseFontSmoothing
    2020        WebKitCreateInstance
     21               
     22        ; Exported for WebKitTestRunner's use only
     23        ??0KURL@WebCore@@QAE@W4ParsedURLStringTag@1@PBD@Z
     24        ??1StringImpl@WTF@@QAE@XZ
     25        ?equal@WTF@@YA_NPBVStringImpl@1@PBD@Z
     26        ?equalIgnoringCase@WTF@@YA_NPAVStringImpl@1@PBD@Z
     27        ?host@KURL@WebCore@@QBE?AVString@WTF@@XZ
     28        ?protocol@KURL@WebCore@@QBE?AVString@WTF@@XZ
    2129               
    2230        ; These functions are deprecated
Note: See TracChangeset for help on using the changeset viewer.