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

Changeset 94039 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 7:19:19 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

Windows build fix for r94038.

  • win/WebKit2.def:
  • win/WebKit2CFLite.def:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r94033 r94039  
     12011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Windows build fix for r94038.
     4
     5        * win/WebKit2.def:
     6        * win/WebKit2CFLite.def:
     7
    182011-08-29  Gopal Raghavan  <gopal.1.raghavan@nokia.com>
    29
  • trunk/Source/WebKit2/win/WebKit2.def

    r93392 r94039  
    157157        ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
    158158        ?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
     159        ?lastChangeWasUserEdit@HTMLTextAreaElement@WebCore@@QBE_NXZ
     160        ?lastChangeWasUserEdit@HTMLInputElement@WebCore@@QBE_NXZ
    159161        ?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
    160162        ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
  • trunk/Source/WebKit2/win/WebKit2CFLite.def

    r93392 r94039  
    151151        ?updateLayoutIgnorePendingStylesheets@Document@WebCore@@QAEXXZ
    152152        ?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
     153        ?lastChangeWasUserEdit@HTMLTextAreaElement@WebCore@@QBE_NXZ
     154        ?lastChangeWasUserEdit@HTMLInputElement@WebCore@@QBE_NXZ
    153155        ?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
    154156        ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
Note: See TracChangeset for help on using the changeset viewer.