Changeset 36846 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Sep 24, 2008, 12:43:03 AM (17 years ago)
Author:
[email protected]
Message:

2008-09-24 Jan Michael Alonzo <[email protected]>

Reviewed by Alp Toker.

https://bugs.webkit.org/show_bug.cgi?id=20992
Build fails on GTK+ Mac OS

  • wtf/ThreadingGtk.cpp: Remove platform ifdef as suggested by Richard Hult. (WTF::initializeThreading):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/ThreadingGtk.cpp

    r36056 r36846  
    4141Mutex* atomicallyInitializedStaticMutex;
    4242
    43 #if !PLATFORM(DARWIN)
    4443static ThreadIdentifier mainThreadIdentifier;
    45 #endif
    4644
    4745static Mutex& threadMapMutex()
     
    6159        threadMapMutex();
    6260        wtf_random_init();
    63 #if !PLATFORM(DARWIN)
    6461        mainThreadIdentifier = currentThread();
    65 #endif
    6662        initializeMainThread();
    6763    }
Note: See TracChangeset for help on using the changeset viewer.