Title: [120231] trunk/Source/WebKit2
Revision
120231
Author
[email protected]
Date
2012-06-13 12:00:25 -0700 (Wed, 13 Jun 2012)

Log Message

[WinCairo] Build fix after Windows export definition file change.

* win/WebKit2CFLite.def: Add missing symbol exports.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (120230 => 120231)


--- trunk/Source/WebKit2/ChangeLog	2012-06-13 18:50:08 UTC (rev 120230)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-13 19:00:25 UTC (rev 120231)
@@ -1,3 +1,9 @@
+2012-06-13  Brent Fulgham  <[email protected]>
+
+        [WinCairo] Build fix after Windows export definition file change.
+
+        * win/WebKit2CFLite.def: Add missing symbol exports.
+
 2012-06-13  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] Fixed visible content rect lost during page-load

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (120230 => 120231)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-06-13 18:50:08 UTC (rev 120230)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-06-13 19:00:25 UTC (rev 120231)
@@ -110,6 +110,7 @@
         ?callOnMainThread@WTF@@YAXP6AXPAX@Z0@Z
         ?consoleMessageArgumentCounts@InspectorConsoleAgent@WebCore@@QAE?AV?$Vector@I$0A@@WTF@@XZ
         ?counterValue@InspectorCounters@WebCore@@SAHW4CounterType@12@@Z
+        ?counterValueForElement@WebCore@@YA?AVString@WTF@@PAVElement@1@@Z
         ?createThread@WTF@@YAIP6APAXPAX@Z0PBD@Z
         ?createThread@WTF@@YAIP6AXPAX@Z0PBD@Z
         ?currentThread@WTF@@YAIXZ
@@ -212,10 +213,10 @@
         ?setResourcesDataSizeLimitsFromInternals@InspectorController@WebCore@@QAEXHH@Z
         ?setSansSerifFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z
         ?setScrollbarsSuppressed@ScrollView@WebCore@@QAEX_N0@Z
+        ?setShadowPseudoId@Element@WebCore@@QAEXABVAtomicString@WTF@@AAH@Z
         ?setDelegatesScrolling@ScrollView@WebCore@@QAEX_N@Z
         ?setScrollOffsetFromInternals@ScrollableArea@WebCore@@QAEXABVIntPoint@2@@Z
         ?setSerifFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z
-        ?setShadowPseudoId@Element@WebCore@@QAEXABVAtomicString@WTF@@AAH@Z
         ?setStandardFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z
         ?setSuggestedValue@HTMLInputElement@WebCore@@QAEXABVString@WTF@@@Z
         ?setEditingValue@HTMLInputElement@WebCore@@QAEXABVString@WTF@@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to