Changeset 201804 in webkit


Ignore:
Timestamp:
Jun 8, 2016 5:56:36 AM (8 years ago)
Author:
Konstantin Tokarev
Message:

TestWebKitAPI: Removed redunandant check PLATFORM(GTK) && !defined(BUILDING_WEBKIT2)
https://bugs.webkit.org/show_bug.cgi?id=158521

Reviewed by Carlos Garcia Campos.

  • TestWebKitAPI/config.h:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r201795 r201804  
     12016-06-08  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        TestWebKitAPI: Removed redunandant check PLATFORM(GTK) && !defined(BUILDING_WEBKIT2__)
     4        https://bugs.webkit.org/show_bug.cgi?id=158521
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * TestWebKitAPI/config.h:
     9
    1102016-06-07  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/TestWebKitAPI/config.h

    r199694 r201804  
    6666#include <stdint.h>
    6767
    68 #if !PLATFORM(IOS) && !PLATFORM(WIN) && !(PLATFORM(GTK) && !defined(BUILDING_WEBKIT2__)) && !defined(BUILDING_JSCONLY__)
     68#if !PLATFORM(IOS) && !PLATFORM(WIN) && !defined(BUILDING_JSCONLY__)
    6969#include <WebKit/WebKit2_C.h>
    7070#endif
Note: See TracChangeset for help on using the changeset viewer.