Title: [134733] trunk/Source/WebKit2
Revision
134733
Author
alecfl...@chromium.org
Date
2012-11-14 20:53:22 -0800 (Wed, 14 Nov 2012)

Log Message

Fix windows build exports (again)
https://bugs.webkit.org/show_bug.cgi?id=102324

Unreviewed windows-only build fix.

Add one more export that was causing unit tests to fail to link.


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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (134732 => 134733)


--- trunk/Source/WebKit2/ChangeLog	2012-11-15 04:29:21 UTC (rev 134732)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-15 04:53:22 UTC (rev 134733)
@@ -1,3 +1,15 @@
+2012-11-14  Alec Flett  <alecfl...@chromium.org>
+
+        Fix windows build exports (again)
+        https://bugs.webkit.org/show_bug.cgi?id=102324
+
+        Unreviewed windows-only build fix.
+
+        Add one more export that was causing unit tests to fail to link.
+
+        * win/WebKit2.def:
+        * win/WebKit2CFLite.def:
+
 2012-11-14  Brent Fulgham  <bfulg...@webkit.org>
 
         [WinCairo] Build correction after r134703.

Modified: trunk/Source/WebKit2/win/WebKit2.def (134732 => 134733)


--- trunk/Source/WebKit2/win/WebKit2.def	2012-11-15 04:29:21 UTC (rev 134732)
+++ trunk/Source/WebKit2/win/WebKit2.def	2012-11-15 04:53:22 UTC (rev 134733)
@@ -155,6 +155,7 @@
         ??1ClientRectList@WebCore@@QAE@XZ
         ??0String@WTF@@QAE@PBD@Z
         ??0String@WTF@@QAE@PB_W@Z
+        ??0String@WTF@@QAE@PB_WI@Z
         ??1SerializedScriptValue@WebCore@@QAE@XZ
         ?absoluteBoundingBoxRect@RenderObject@WebCore@@QBE?AVIntRect@2@_N@Z
         ?absoluteBoundingBoxRectIgnoringTransforms@RenderObject@WebCore@@QBE?AVIntRect@2@XZ

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (134732 => 134733)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-11-15 04:29:21 UTC (rev 134732)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-11-15 04:53:22 UTC (rev 134733)
@@ -148,6 +148,7 @@
         ??1ClientRectList@WebCore@@QAE@XZ
         ??0String@WTF@@QAE@PBD@Z
         ??0String@WTF@@QAE@PB_W@Z
+        ??0String@WTF@@QAE@PB_WI@Z
         ??1SerializedScriptValue@WebCore@@QAE@XZ
         ?absoluteBoundingBoxRect@RenderObject@WebCore@@QBE?AVIntRect@2@_N@Z
         ?absoluteBoundingBoxRectIgnoringTransforms@RenderObject@WebCore@@QBE?AVIntRect@2@XZ
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to