⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136175 in webkit


Ignore:
Timestamp:
Nov 29, 2012, 3:30:34 PM (14 years ago)
Author:
bfulgham@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r136158 r136175  
     12012-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
    1102012-11-29  Peter Beverloo  <peter@chromium.org>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp

    r136056 r136175  
    2626
    2727#include "config.h"
     28
     29#define ASSERT_DISABLED
    2830#include <WebCore/BitmapImage.h>
    2931
Note: See TracChangeset for help on using the changeset viewer.