Title: [168766] trunk/Source/WebKit
Revision
168766
Author
[email protected]
Date
2014-05-13 17:35:01 -0700 (Tue, 13 May 2014)

Log Message

Step 2 (of 2) fixing the Windows build. Add new setPageScaleFactor.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (168765 => 168766)


--- trunk/Source/WebKit/ChangeLog	2014-05-14 00:28:08 UTC (rev 168765)
+++ trunk/Source/WebKit/ChangeLog	2014-05-14 00:35:01 UTC (rev 168766)
@@ -1,5 +1,11 @@
 2014-05-13  Dean Jackson  <[email protected]>
 
+        Step 2 (of 2) fixing the Windows build. Add new setPageScaleFactor.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
+2014-05-13  Dean Jackson  <[email protected]>
+
         Step 1 of fixing the windows build. Remove setPageScaleFactor.
 
         * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-14 00:28:08 UTC (rev 168765)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-14 00:35:01 UTC (rev 168766)
@@ -290,6 +290,7 @@
         ?setMockScrollbarsEnabled@Settings@WebCore@@SAX_N@Z
         ?mockScrollbarsEnabled@Settings@WebCore@@SA_NXZ
         ?setUsesOverlayScrollbars@Settings@WebCore@@SAX_N@Z
+        symbolWithPointer(?setPageScaleFactor@Page@WebCore@@QAEXMABVIntPoint@2@_N@Z, ?setPageScaleFactor@Page@WebCore@@QAEXMABVIntPoint@2@_N@Z)
         symbolWithPointer(?setPagination@Page@WebCore@@QAEXABUPagination@2@@Z, ?setPagination@Page@WebCore@@QEAAXAEBUPagination@2@@Z)
         symbolWithPointer(?setPictographFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z, ?setPictographFontFamily@Settings@WebCore@@QEAAXAEBVAtomicString@WTF@@W4UScriptCode@@@Z)
         symbolWithPointer(?setSansSerifFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z, ?setSansSerifFontFamily@Settings@WebCore@@QEAAXAEBVAtomicString@WTF@@W4UScriptCode@@@Z)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to