Changeset 147852 in webkit


Ignore:
Timestamp:
Apr 6, 2013 2:18:32 PM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Remove the remaining PLATFORM(CHROMIUM) guard in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=114082

Reviewed by Ryosuke Niwa.

  • runtime/JSExportMacros.h: Remove the remaining PLATFORM(CHROMIUM) guard.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r147851 r147852  
     12013-04-06  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Remove the remaining PLATFORM(CHROMIUM) guard in JavaScriptCore
     4        https://bugs.webkit.org/show_bug.cgi?id=114082
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * runtime/JSExportMacros.h: Remove the remaining PLATFORM(CHROMIUM) guard.
     9
    1102013-04-06  Ed Bartosh  <bartosh@gmail.com>
    211
  • trunk/Source/JavaScriptCore/runtime/JSExportMacros.h

    r121762 r147852  
    4949#else // !USE(EXPORT_MACROS)
    5050
    51 #if !PLATFORM(CHROMIUM) && OS(WINDOWS) && !defined(BUILDING_WX__) && !COMPILER(GCC)
     51#if OS(WINDOWS) && !defined(BUILDING_WX__) && !COMPILER(GCC)
    5252
    5353#if defined(BUILDING_JavaScriptCore) || defined(STATICALLY_LINKED_WITH_JavaScriptCore)
Note: See TracChangeset for help on using the changeset viewer.