Title: [173986] trunk/Source/WebKit
Revision
173986
Author
[email protected]
Date
2014-09-25 17:34:40 -0700 (Thu, 25 Sep 2014)

Log Message

[Win] 64-bit build fix after r173929.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (173985 => 173986)


--- trunk/Source/WebKit/ChangeLog	2014-09-26 00:29:15 UTC (rev 173985)
+++ trunk/Source/WebKit/ChangeLog	2014-09-26 00:34:40 UTC (rev 173986)
@@ -1,3 +1,9 @@
+2014-09-25  Brent Fulgham  <[email protected]>
+
+        [Win] 64-bit build fix after r173929.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-09-25  Csaba Osztrogonác  <[email protected]>
 
         Remove WinCE port from trunk

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-09-26 00:29:15 UTC (rev 173985)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-09-26 00:34:40 UTC (rev 173986)
@@ -227,7 +227,7 @@
         symbolWithPointer(?openInNewTab@InspectorFrontendClientLocal@WebCore@@UAEXABVString@WTF@@@Z, ?openInNewTab@InspectorFrontendClientLocal@WebCore@@UEAAXAEBVString@WTF@@@Z)
         symbolWithPointer(?requestSetDockSide@InspectorFrontendClientLocal@WebCore@@UAEXW4DockSide@InspectorFrontendClient@2@@Z, ?requestSetDockSide@InspectorFrontendClientLocal@WebCore@@UEAAXW4DockSide@InspectorFrontendClient@2@@Z)
         symbolWithPointer(?sendMessageToBackend@InspectorFrontendClientLocal@WebCore@@UAEXABVString@WTF@@@Z, ?sendMessageToBackend@InspectorFrontendClientLocal@WebCore@@UEAAXAEBVString@WTF@@@Z)
-        symbolWithPointer(?setInspectorFrontendClient@InspectorController@WebCore@@QAEXPAVInspectorFrontendClient@2@@Z, ?setInspectorFrontendClient@InspectorController@WebCore@@QEAAXVInspectorFrontendClient@2@@Z)
+        symbolWithPointer(?setInspectorFrontendClient@InspectorController@WebCore@@QAEXPAVInspectorFrontendClient@2@@Z, ?setInspectorFrontendClient@InspectorController@WebCore@@QEAAXPEAVInspectorFrontendClient@2@@Z)
         symbolWithPointer(?setProperty@Settings@InspectorFrontendClientLocal@WebCore@@UAEXABVString@WTF@@0@Z, ?setProperty@Settings@InspectorFrontendClientLocal@WebCore@@UEAAXAEBVString@WTF@@0@Z)
         symbolWithPointer(?windowObjectCleared@InspectorFrontendClientLocal@WebCore@@UAEXXZ, ?windowObjectCleared@InspectorFrontendClientLocal@WebCore@@UEAAXXZ)
         symbolWithPointer(?pathByAppendingComponent@WebCore@@YA?AVString@WTF@@ABV23@0@Z, ?pathByAppendingComponent@WebCore@@YA?AVString@WTF@@AEBV23@0@Z)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to