Title: [136175] trunk/Tools
Revision
136175
Author
bfulg...@webkit.org
Date
2012-11-29 15:30:34 -0800 (Thu, 29 Nov 2012)

Log Message

[Windows, WinCairo] Unreviewed build correction. Hide the
unexported 'notSolidColor' symbol when testing against
the BitmapImage class to avoid having to deal with a
debug-only symbol in the Windows export definition file.

* TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp: 

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (136174 => 136175)


--- trunk/Tools/ChangeLog	2012-11-29 23:21:09 UTC (rev 136174)
+++ trunk/Tools/ChangeLog	2012-11-29 23:30:34 UTC (rev 136175)
@@ -1,3 +1,12 @@
+2012-11-29  Brent Fulgham  <bfulg...@webkit.org>
+
+        [Windows, WinCairo] Unreviewed build correction. Hide the
+        unexported 'notSolidColor' symbol when testing against
+        the BitmapImage class to avoid having to deal with a
+        debug-only symbol in the Windows export definition file.
+
+        * TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp: 
+
 2012-11-29  Peter Beverloo  <pe...@chromium.org>
 
         run-perf-tests --chromium-android should not require adb in my path

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp (136174 => 136175)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp	2012-11-29 23:21:09 UTC (rev 136174)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp	2012-11-29 23:30:34 UTC (rev 136175)
@@ -25,6 +25,8 @@
  */
 
 #include "config.h"
+
+#define ASSERT_DISABLED
 #include <WebCore/BitmapImage.h>
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to