Ignore:
Timestamp:
Jan 10, 2014, 10:38:41 AM (11 years ago)
Author:
[email protected]
Message:

Removed Blackberry #ifdefs and platform code from JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=126757

Reviewed by Sam Weinig.

  • PlatformBlackBerry.cmake: Removed.
  • heap/HeapTimer.cpp:
  • heap/HeapTimer.h:
  • heap/IncrementalSweeper.cpp:
  • heap/IncrementalSweeper.h:
  • jsc.cpp:

(main):

  • runtime/GCActivityCallbackBlackBerry.cpp: Removed.
  • runtime/MemoryStatistics.cpp:

(JSC::globalMemoryStatistics):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/HeapTimer.h

    r157920 r161650  
    3232#if USE(CF)
    3333#include <CoreFoundation/CoreFoundation.h>
    34 #elif PLATFORM(BLACKBERRY)
    35 #include <BlackBerryPlatformTimer.h>
    3634#elif PLATFORM(EFL)
    3735#if USE(EO)
     
    6967
    7068    Mutex m_shutdownMutex;
    71 #elif PLATFORM(BLACKBERRY)
    72     void timerDidFire();
    73 
    74     BlackBerry::Platform::Timer<HeapTimer> m_timer;
    7569#elif PLATFORM(EFL)
    7670    static bool timerEvent(void*);
Note: See TracChangeset for help on using the changeset viewer.