Changeset 52857 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Jan 6, 2010, 11:38:52 AM (15 years ago)
Author:
[email protected]
Message:

Build fix

  • runtime/Identifier.cpp:

(JSC::createIdentifierTableSpecificCallback):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Identifier.cpp

    r52856 r52857  
    273273
    274274pthread_once_t createIdentifierTableSpecificOnce = PTHREAD_ONCE_INIT;
    275 void createIdentifierTableSpecificCallback()
     275static void createIdentifierTableSpecificCallback()
    276276{
    277277    ASSERT(!g_identifierTableSpecific);
Note: See TracChangeset for help on using the changeset viewer.