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

Log Message

Step 1 of fixing the windows build. Remove setPageScaleFactor.

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

Modified Paths

Diff

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


--- trunk/Source/WebKit/ChangeLog	2014-05-14 00:21:40 UTC (rev 168764)
+++ trunk/Source/WebKit/ChangeLog	2014-05-14 00:28:08 UTC (rev 168765)
@@ -1,3 +1,9 @@
+2014-05-13  Dean Jackson  <[email protected]>
+
+        Step 1 of fixing the windows build. Remove setPageScaleFactor.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-05-12  Brent Fulgham  <[email protected]>
 
         [Win] Unreviewed build fix after r168668.

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-14 00:21:40 UTC (rev 168764)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-05-14 00:28:08 UTC (rev 168765)
@@ -290,7 +290,6 @@
         ?setMockScrollbarsEnabled@Settings@WebCore@@SAX_N@Z
         ?mockScrollbarsEnabled@Settings@WebCore@@SA_NXZ
         ?setUsesOverlayScrollbars@Settings@WebCore@@SAX_N@Z
-        symbolWithPointer(?setPageScaleFactor@Page@WebCore@@QAEXMABVIntPoint@2@@Z, ?setPageScaleFactor@Page@WebCore@@QEAAXMAEBVIntPoint@2@@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