Changeset 140236 in webkit


Ignore:
Timestamp:
Jan 18, 2013 10:20:09 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Remove PLATFORM(TORCHMOBILE) from Assertions.h
https://bugs.webkit.org/show_bug.cgi?id=107355

Patch by Laszlo Gombos <l.gombos@samsung.com> on 2013-01-18
Reviewed by Eric Seidel.

This appears to be the only place where PLATFORM(TORCHMOBILE) is
used. I don't believe this ifdef is needed anymore.

  • wtf/Assertions.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r140186 r140236  
     12013-01-18  Laszlo Gombos  <l.gombos@samsung.com>
     2
     3        Remove PLATFORM(TORCHMOBILE) from Assertions.h
     4        https://bugs.webkit.org/show_bug.cgi?id=107355
     5
     6        Reviewed by Eric Seidel.
     7
     8        This appears to be the only place where PLATFORM(TORCHMOBILE) is
     9        used. I don't believe this ifdef is needed anymore.
     10
     11        * wtf/Assertions.h:
     12
    1132013-01-18  Michael Saboff  <msaboff@apple.com>
    214
  • trunk/Source/WTF/wtf/Assertions.h

    r133533 r140236  
    214214*/
    215215
    216 #if OS(WINCE) && !PLATFORM(TORCHMOBILE)
     216#if OS(WINCE)
    217217/* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */
    218218#include <windows.h>
Note: See TracChangeset for help on using the changeset viewer.