Title: [94039] trunk/Source/WebKit2
Revision
94039
Author
[email protected]
Date
2011-08-29 19:19:19 -0700 (Mon, 29 Aug 2011)

Log Message

Windows build fix for r94038.

* win/WebKit2.def:
* win/WebKit2CFLite.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94038 => 94039)


--- trunk/Source/WebKit2/ChangeLog	2011-08-30 02:03:52 UTC (rev 94038)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-30 02:19:19 UTC (rev 94039)
@@ -1,3 +1,10 @@
+2011-08-29  Ryosuke Niwa  <[email protected]>
+
+        Windows build fix for r94038.
+
+        * win/WebKit2.def:
+        * win/WebKit2CFLite.def:
+
 2011-08-29  Gopal Raghavan  <[email protected]>
 
 

Modified: trunk/Source/WebKit2/win/WebKit2.def (94038 => 94039)


--- trunk/Source/WebKit2/win/WebKit2.def	2011-08-30 02:03:52 UTC (rev 94038)
+++ trunk/Source/WebKit2/win/WebKit2.def	2011-08-30 02:19:19 UTC (rev 94039)
@@ -156,6 +156,8 @@
         ?getElementById@TreeScope@WebCore@@QBEPAVElement@2@ABVAtomicString@WTF@@@Z
         ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
         ?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
+        ?lastChangeWasUserEdit@HTMLTextAreaElement@WebCore@@QBE_NXZ
+        ?lastChangeWasUserEdit@HTMLInputElement@WebCore@@QBE_NXZ
         ?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
         ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
         ?page@Document@WebCore@@QBEPAVPage@2@XZ

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (94038 => 94039)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-08-30 02:03:52 UTC (rev 94038)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-08-30 02:19:19 UTC (rev 94039)
@@ -150,6 +150,8 @@
         ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVClientRect@1@@Z
         ?updateLayoutIgnorePendingStylesheets@Document@WebCore@@QAEXXZ
         ?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
+        ?lastChangeWasUserEdit@HTMLTextAreaElement@WebCore@@QBE_NXZ
+        ?lastChangeWasUserEdit@HTMLInputElement@WebCore@@QBE_NXZ
         ?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
         ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
         ?page@Document@WebCore@@QBEPAVPage@2@XZ
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to