Changeset 136175 in webkit
- Timestamp:
- Nov 29, 2012, 3:30:34 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r136158 r136175 1 2012-11-29 Brent Fulgham <bfulgham@webkit.org> 2 3 [Windows, WinCairo] Unreviewed build correction. Hide the 4 unexported 'notSolidColor' symbol when testing against 5 the BitmapImage class to avoid having to deal with a 6 debug-only symbol in the Windows export definition file. 7 8 * TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp: 9 1 10 2012-11-29 Peter Beverloo <peter@chromium.org> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp
r136056 r136175 26 26 27 27 #include "config.h" 28 29 #define ASSERT_DISABLED 28 30 #include <WebCore/BitmapImage.h> 29 31
Note:
See TracChangeset
for help on using the changeset viewer.