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

Log Message

[Windows, WinCairo] Unreviewed build correction. Correct debug
build case on build machine.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (136176 => 136177)


--- trunk/Tools/ChangeLog	2012-11-29 23:37:44 UTC (rev 136176)
+++ trunk/Tools/ChangeLog	2012-11-29 23:40:23 UTC (rev 136177)
@@ -1,5 +1,12 @@
 2012-11-29  Brent Fulgham  <bfulg...@webkit.org>
 
+        [Windows, WinCairo] Unreviewed build correction. Correct debug
+        build case on build machine.
+
+        * TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp:
+
+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

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


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp	2012-11-29 23:37:44 UTC (rev 136176)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp	2012-11-29 23:40:23 UTC (rev 136177)
@@ -26,7 +26,9 @@
 
 #include "config.h"
 
+#ifndef ASSERT_DISABLED
 #define ASSERT_DISABLED
+#endif
 #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