Title: [169253] trunk/Source/WebKit
Revision
169253
Author
[email protected]
Date
2014-05-23 00:02:35 -0700 (Fri, 23 May 2014)

Log Message

Try to fix windows build.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (169252 => 169253)


--- trunk/Source/WebKit/ChangeLog	2014-05-23 06:45:30 UTC (rev 169252)
+++ trunk/Source/WebKit/ChangeLog	2014-05-23 07:02:35 UTC (rev 169253)
@@ -1,3 +1,9 @@
+2014-05-22  Antti Koivisto  <[email protected]>
+
+        Try to fix windows build.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-05-21  Alex Christensen  <[email protected]>
 
         [Win64] Unreviewed build fix.

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-23 06:45:30 UTC (rev 169252)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-23 07:02:35 UTC (rev 169253)
@@ -334,6 +334,7 @@
         symbolWithPointer(?toggleContinuousSpellChecking@Editor@WebCore@@QAEXXZ, ?toggleContinuousSpellChecking@Editor@WebCore@@QEAAXXZ)
         symbolWithPointer(?toggleOverwriteModeEnabled@Editor@WebCore@@QAEXXZ, ?toggleOverwriteModeEnabled@Editor@WebCore@@QEAAXXZ)
         symbolWithPointer(?countMatchesForText@Editor@WebCore@@QAEIABVString@WTF@@PAVRange@2@EI_NPAV?$Vector@V?$RefPtr@VRange@WebCore@@@WTF@@$0A@VCrashOnOverflow@2@@4@@Z, ?countMatchesForText@Editor@WebCore@@QEAAIAEBVString@WTF@@PEAVRange@2@EI_NPEAV?$Vector@V?$RefPtr@VRange@WebCore@@@WTF@@$0A@VCrashOnOverflow@2@@4@@Z)
+        symbolWithPointer(?setMarkedTextMatchesAreHighlighted@Editor@WebCore@@QAEX_N@Z, ?setMarkedTextMatchesAreHighlighted@Editor@WebCore@@QEAAX_N@Z)
 #if ENABLE(FULLSCREEN_API)
         symbolWithPointer(?webkitWillEnterFullScreenForElement@Document@WebCore@@QAEXPAVElement@2@@Z, ?webkitWillEnterFullScreenForElement@Document@WebCore@@QEAAXPEAVElement@2@@Z)
         symbolWithPointer(?webkitDidEnterFullScreenForElement@Document@WebCore@@QAEXPAVElement@2@@Z, ?webkitDidEnterFullScreenForElement@Document@WebCore@@QEAAXPEAVElement@2@@Z)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to