Title: [123544] trunk/Source/WebKit2
Revision
123544
Author
rn...@webkit.org
Date
2012-07-24 15:51:05 -0700 (Tue, 24 Jul 2012)

Log Message

WinCairo build fix attempt.

* win/WebKit2CFLite.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (123543 => 123544)


--- trunk/Source/WebKit2/ChangeLog	2012-07-24 22:34:51 UTC (rev 123543)
+++ trunk/Source/WebKit2/ChangeLog	2012-07-24 22:51:05 UTC (rev 123544)
@@ -1,5 +1,11 @@
 2012-07-24  Ryosuke Niwa  <rn...@webkit.org>
 
+        WinCairo build fix attempt.
+
+        * win/WebKit2CFLite.def:
+
+2012-07-24  Ryosuke Niwa  <rn...@webkit.org>
+
         Windows build fix attempt.
 
         * win/WebKit2.def:

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (123543 => 123544)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-07-24 22:34:51 UTC (rev 123543)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-07-24 22:51:05 UTC (rev 123544)
@@ -106,6 +106,7 @@
         ??1Mutex@WTF@@QAE@XZ
         ??1StringImpl@WTF@@QAE@XZ
         ??1ThreadCondition@WTF@@QAE@XZ
+        ?addTextMatchMarker@DocumentMarkerController@WebCore@@QAEXPBVRange@2@_N@Z
         ?broadcast@ThreadCondition@WTF@@QAEXXZ
         ?callOnMainThread@WTF@@YAXP6AXPAX@Z0@Z
         ?consoleMessageArgumentCounts@InspectorConsoleAgent@WebCore@@QAE?AV?$Vector@I$0A@@WTF@@XZ
@@ -117,6 +118,7 @@
         ?detachThread@WTF@@YAXI@Z
         ?didBeginFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
         ?didCancelFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
+        ?iconURLs@Document@WebCore@@QAEABV?$Vector@UIconURL@WebCore@@$0A@@WTF@@XZ
         ?initializeMainThread@WTF@@YAXXZ
         ?initializeThreading@WTF@@YAXXZ
         ?instrumentationForPage@WebCore@@YAPAVInstrumentingAgents@1@PAVPage@1@@Z
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to