Changeset 56323 in webkit


Ignore:
Timestamp:
Mar 22, 2010 1:05:51 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-22 Leandro Pereira <leandro@profusion.mobi>

Reviewed by Simon Hausmann.

Add EFL-specific code to platform/NotImplemented.h.
http://webkit.org/b/36320

  • platform/NotImplemented.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56321 r56323  
     12010-03-22  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Add EFL-specific code to platform/NotImplemented.h.
     6        http://webkit.org/b/36320
     7
     8        * platform/NotImplemented.h:
     9
    1102010-03-21  Kim Grönholm  <kim.gronholm@nomovok.com>
    211
  • trunk/WebCore/platform/NotImplemented.h

    r39894 r56323  
    3030#include <wtf/Assertions.h>
    3131
    32 #if PLATFORM(GTK)
     32#if PLATFORM(GTK) || PLATFORM(EFL)
    3333    #define supressNotImplementedWarning() getenv("DISABLE_NI_WARNING")
    3434#elif PLATFORM(QT)
Note: See TracChangeset for help on using the changeset viewer.