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

Log Message

Another Windows build fix after r94047.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94050 => 94051)


--- trunk/Source/WebKit2/ChangeLog	2011-08-30 06:19:34 UTC (rev 94050)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-30 06:29:16 UTC (rev 94051)
@@ -1,5 +1,12 @@
 2011-08-29  Ryosuke Niwa  <[email protected]>
 
+        Another Windows build fix after r94047.
+
+        * win/WebKit2.def:
+        * win/WebKit2CFLite.def:
+
+2011-08-29  Ryosuke Niwa  <[email protected]>
+
         Export more symbols for r94038.
 
         * win/WebKit2.def:

Modified: trunk/Source/WebKit2/win/WebKit2.def (94050 => 94051)


--- trunk/Source/WebKit2/win/WebKit2.def	2011-08-30 06:19:34 UTC (rev 94050)
+++ trunk/Source/WebKit2/win/WebKit2.def	2011-08-30 06:29:16 UTC (rev 94051)
@@ -157,8 +157,7 @@
         ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
         ?inputTag@HTMLNames@WebCore@@3VQualifiedName@2@B
         ?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
+        ?lastChangeWasUserEdit@HTMLTextFormControlElement@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 (94050 => 94051)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-08-30 06:19:34 UTC (rev 94050)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-08-30 06:29:16 UTC (rev 94051)
@@ -151,8 +151,7 @@
         ?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
+        ?lastChangeWasUserEdit@HTMLTextFormControlElement@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