Title: [134061] trunk/Source/WebKit2
Revision
134061
Author
[email protected]
Date
2012-11-09 06:36:55 -0800 (Fri, 09 Nov 2012)

Log Message

WinCairo build fails to link
https://bugs.webkit.org/show_bug.cgi?id=101739

Patch by [email protected] <[email protected]> on 2012-11-09
Reviewed by Kentaro Hara.

* win/WebKit2CFLite.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (134060 => 134061)


--- trunk/Source/WebKit2/ChangeLog	2012-11-09 14:28:37 UTC (rev 134060)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-09 14:36:55 UTC (rev 134061)
@@ -1,3 +1,12 @@
+2012-11-09  [email protected]  <[email protected]>
+
+        WinCairo build fails to link
+        https://bugs.webkit.org/show_bug.cgi?id=101739
+
+        Reviewed by Kentaro Hara.
+
+        * win/WebKit2CFLite.def:
+
 2012-11-09  Sudarsana Nagineni  <[email protected]>
 
         [EFL][WK2] REGRESSION (r134043): API tests crashes

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (134060 => 134061)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-11-09 14:28:37 UTC (rev 134060)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-11-09 14:36:55 UTC (rev 134061)
@@ -118,7 +118,7 @@
         ?detachThread@WTF@@YAXI@Z
         ?didBeginFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
         ?didCancelFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
-        ?distributedNodes@InsertionPoint@WebCore@@QBE?AV?$PassRefPtr@VNodeList@WebCore@@@WTF@@XZ
+        ?getDistributedNodes@InsertionPoint@WebCore@@QBE?AV?$PassRefPtr@VNodeList@WebCore@@@WTF@@XZ
         ?initializeMainThread@WTF@@YAXXZ
         ?initializeThreading@WTF@@YAXXZ
         ?instrumentationForPage@WebCore@@YAPAVInstrumentingAgents@1@PAVPage@1@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to