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

Changeset 94040 in webkit


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

Export more symbols for r94038.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r94039 r94040  
     12011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Export more symbols for r94038.
     4
     5        * win/WebKit2.def:
     6        * win/WebKit2CFLite.def:
     7
    182011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/Source/WebKit2/win/WebKit2.def

    r94039 r94040  
    156156        ?getElementById@TreeScope@WebCore@@QBEPAVElement@2@ABVAtomicString@WTF@@@Z
    157157        ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
     158        ?inputTag@HTMLNames@WebCore@@3VQualifiedName@2@B
    158159        ?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
    159160        ?lastChangeWasUserEdit@HTMLTextAreaElement@WebCore@@QBE_NXZ
     
    168169        ?settings@Document@WebCore@@QBEPAVSettings@2@XZ
    169170        ?shadowRoot@Element@WebCore@@QBEPAVShadowRoot@2@XZ
     171        ?textareaTag@HTMLNames@WebCore@@3VQualifiedName@2@B
    170172        ?toDocument@WebCore@@YAPAVDocument@1@VJSValue@JSC@@@Z
    171173        ?toElement@WebCore@@YAPAVElement@1@VJSValue@JSC@@@Z
  • trunk/Source/WebKit2/win/WebKit2CFLite.def

    r94039 r94040  
    148148        ?getElementById@TreeScope@WebCore@@QBEPAVElement@2@ABVAtomicString@WTF@@@Z
    149149        ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
     150        ?inputTag@HTMLNames@WebCore@@3VQualifiedName@2@B
    150151        ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVClientRect@1@@Z
    151152        ?updateLayoutIgnorePendingStylesheets@Document@WebCore@@QAEXXZ
     
    162163        ?settings@Document@WebCore@@QBEPAVSettings@2@XZ
    163164        ?shadowRoot@Element@WebCore@@QBEPAVShadowRoot@2@XZ
     165        ?textareaTag@HTMLNames@WebCore@@3VQualifiedName@2@B
    164166        ?toDocument@WebCore@@YAPAVDocument@1@VJSValue@JSC@@@Z
    165167        ?toElement@WebCore@@YAPAVElement@1@VJSValue@JSC@@@Z
Note: See TracChangeset for help on using the changeset viewer.