Changeset 92070 in webkit


Ignore:
Timestamp:
Jul 30, 2011 10:56:25 PM (13 years ago)
Author:
mitz@apple.com
Message:

Try to fix the Windows build after r92059.

  • win/WebKit2.def: Export symbols needed by Internals.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r92068 r92070  
     12011-07-30  Dan Bernstein  <mitz@apple.com>
     2
     3        Try to fix the Windows build after r92059.
     4
     5        * win/WebKit2.def: Export symbols needed by Internals.
     6
    172011-07-30  Patrick Gansterer  <paroga@webkit.org>
    28
  • trunk/Source/WebKit2/win/WebKit2.def

    r91235 r92070  
    139139        ??1NodeRenderingContext@WebCore@@QAE@XZ
    140140        ?toNode@WebCore@@YAPAVNode@1@VJSValue@JSC@@@Z
     141        ??0ClientRect@WebCore@@AAE@ABVIntRect@1@@Z
     142        ??0ClientRect@WebCore@@AAE@XZ
    141143        ??0String@WTF@@QAE@PBD@Z
    142144        ??0String@WTF@@QAE@PB_W@Z
     145        ?absoluteBoundingBoxRect@RenderObject@WebCore@@QAE?AVIntRect@2@_N@Z
    143146        ?add@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PBD@Z
    144147        ?addSlowCase@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PAVStringImpl@2@@Z
     
    158161        ?toDocument@WebCore@@YAPAVDocument@1@VJSValue@JSC@@@Z
    159162        ?toElement@WebCore@@YAPAVElement@1@VJSValue@JSC@@@Z
     163        ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVClientRect@1@@Z
    160164        ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
     165        ?updateLayoutIgnorePendingStylesheets@Document@WebCore@@QAEXXZ
    161166        ?virtualFunctionToPreventWeakVtable@JSDOMWrapper@WebCore@@MAEXXZ
Note: See TracChangeset for help on using the changeset viewer.