Title: [167363] trunk/Source/WebKit
Revision
167363
Author
simon.fra...@apple.com
Date
2014-04-16 11:06:13 -0700 (Wed, 16 Apr 2014)

Log Message

Make Windows fail with a link error so I know what the new symbol is.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (167362 => 167363)


--- trunk/Source/WebKit/ChangeLog	2014-04-16 18:05:44 UTC (rev 167362)
+++ trunk/Source/WebKit/ChangeLog	2014-04-16 18:06:13 UTC (rev 167363)
@@ -1,3 +1,9 @@
+2014-04-16  Simon Fraser  <simon.fra...@apple.com>
+
+        Make Windows fail with a link error so I know what the new symbol is.
+
+        * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
+
 2014-04-10  Michael Saboff  <msab...@apple.com>
 
         LLInt interpreter code should be generated as part of one function

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


--- trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-04-16 18:05:44 UTC (rev 167362)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in	2014-04-16 18:06:13 UTC (rev 167363)
@@ -373,7 +373,6 @@
         symbolWithPointer(?dataChanged@BitmapImage@WebCore@@UAE_N_N@Z, ?dataChanged@BitmapImage@WebCore@@UEAA_N_N@Z)
         symbolWithPointer(?filenameExtension@BitmapImage@WebCore@@UBE?AVString@WTF@@XZ, ?filenameExtension@BitmapImage@WebCore@@UEBA?AVString@WTF@@XZ)
         symbolWithPointer(?destroyDecodedData@BitmapImage@WebCore@@MAEX_N@Z, ?destroyDecodedData@BitmapImage@WebCore@@MEAAX_N@Z)
-        symbolWithPointer(?startAnimation@BitmapImage@WebCore@@MAEX_N@Z, ?startAnimation@BitmapImage@WebCore@@MEAAX_N@Z)
         symbolWithPointer(?stopAnimation@BitmapImage@WebCore@@UAEXXZ, ?stopAnimation@BitmapImage@WebCore@@UEAAXXZ)
         symbolWithPointer(?resetAnimation@BitmapImage@WebCore@@UAEXXZ, ?resetAnimation@BitmapImage@WebCore@@UEAAXXZ)
 #if USE(CG)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to