Title: [146705] trunk/Source/WebKit
Revision
146705
Author
[email protected]
Date
2013-03-22 19:50:05 -0700 (Fri, 22 Mar 2013)

Log Message

Build fix attempt after r146702.

Source/WebKit: 

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

Source/WebKit/win: 

* WebKit.vcproj/WebKitExports.def.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (146704 => 146705)


--- trunk/Source/WebKit/ChangeLog	2013-03-23 02:15:36 UTC (rev 146704)
+++ trunk/Source/WebKit/ChangeLog	2013-03-23 02:50:05 UTC (rev 146705)
@@ -1,3 +1,9 @@
+2013-03-22  Ryosuke Niwa  <[email protected]>
+
+        Build fix attempt after r146702.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2013-03-22  Carlos Garcia Campos  <[email protected]>
 
         [BlackBerry] Add custom BackForwardList client implementation

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2013-03-23 02:15:36 UTC (rev 146704)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2013-03-23 02:50:05 UTC (rev 146705)
@@ -183,7 +183,6 @@
         ?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_NPAVStringImpl@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 (146704 => 146705)


--- trunk/Source/WebKit/win/ChangeLog	2013-03-23 02:15:36 UTC (rev 146704)
+++ trunk/Source/WebKit/win/ChangeLog	2013-03-23 02:50:05 UTC (rev 146705)
@@ -1,3 +1,9 @@
+2013-03-22  Ryosuke Niwa  <[email protected]>
+
+        Build fix attempt after r146702.
+
+        * WebKit.vcproj/WebKitExports.def.in:
+
 2013-03-21  [email protected]  <[email protected]>
 
         WinCairo build fails to link.

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


--- trunk/Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in	2013-03-23 02:15:36 UTC (rev 146704)
+++ trunk/Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in	2013-03-23 02:50:05 UTC (rev 146705)
@@ -183,7 +183,6 @@
         ?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_NPAVStringImpl@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