Title: [146710] trunk/Source/WebKit
Revision
146710
Author
[email protected]
Date
2013-03-22 20:35:29 -0700 (Fri, 22 Mar 2013)

Log Message

The second part of the build fix for r146702. This should do it.
I had to see the mangled name for the new signature.

Source/WebKit: 

* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:

Source/WebKit/win: 

* WebKit.vcproj/WebKitExports.def.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (146709 => 146710)


--- trunk/Source/WebKit/ChangeLog	2013-03-23 03:34:16 UTC (rev 146709)
+++ trunk/Source/WebKit/ChangeLog	2013-03-23 03:35:29 UTC (rev 146710)
@@ -1,5 +1,12 @@
 2013-03-22  Ryosuke Niwa  <[email protected]>
 
+        The second part of the build fix for r146702. This should do it.
+        I had to see the mangled name for the new signature.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
+2013-03-22  Ryosuke Niwa  <[email protected]>
+
         Build fix attempt after r146702.
 
         * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in (146709 => 146710)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2013-03-23 03:34:16 UTC (rev 146709)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2013-03-23 03:35:29 UTC (rev 146710)
@@ -183,6 +183,7 @@
         ?documentState@HistoryItem@WebCore@@QBEABV?$Vector@VString@WTF@@$0A@@WTF@@XZ
         ?equal@WTF@@YA_NPBVStringImpl@1@PBE@Z
         ?equal@WTF@@YA_NPBVStringImpl@1@0@Z
+        ?equalIgnoringCase@WTF@@YA_NPBVStringImpl@1@PBE@Z
         ?externalRepresentation@WebCore@@YA?AVString@WTF@@PAVElement@1@I@Z
         ?find@StringImpl@WTF@@QAEIPAV12@I@Z
         ?find@StringImpl@WTF@@QAEIPAV12@@Z

Modified: trunk/Source/WebKit/win/ChangeLog (146709 => 146710)


--- trunk/Source/WebKit/win/ChangeLog	2013-03-23 03:34:16 UTC (rev 146709)
+++ trunk/Source/WebKit/win/ChangeLog	2013-03-23 03:35:29 UTC (rev 146710)
@@ -1,5 +1,12 @@
 2013-03-22  Ryosuke Niwa  <[email protected]>
 
+        The second part of the build fix for r146702. This should do it.
+        I had to see the mangled name for the new signature.
+
+        * WebKit.vcproj/WebKitExports.def.in:
+
+2013-03-22  Ryosuke Niwa  <[email protected]>
+
         Build fix attempt after r146702.
 
         * WebKit.vcproj/WebKitExports.def.in:

Modified: trunk/Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in (146709 => 146710)


--- trunk/Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in	2013-03-23 03:34:16 UTC (rev 146709)
+++ trunk/Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in	2013-03-23 03:35:29 UTC (rev 146710)
@@ -183,6 +183,7 @@
         ?documentState@HistoryItem@WebCore@@QBEABV?$Vector@VString@WTF@@$0A@@WTF@@XZ
         ?equal@WTF@@YA_NPBVStringImpl@1@PBE@Z
         ?equal@WTF@@YA_NPBVStringImpl@1@0@Z
+        ?equalIgnoringCase@WTF@@YA_NPBVStringImpl@1@PBE@Z
         ?externalRepresentation@WebCore@@YA?AVString@WTF@@PAVElement@1@I@Z
         ?find@StringImpl@WTF@@QAEIPAV12@I@Z
         ?find@StringImpl@WTF@@QAEIPAV12@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to