Ignore:
Timestamp:
Feb 9, 2010, 8:34:34 AM (15 years ago)
Author:
Nikolas Zimmermann
Message:

2010-02-09 Nikolas Zimmermann <[email protected]>

Not reviewed. Try to fix build problem on SnowLeopard slaves to bring them back.

  • API/JSClassRef.cpp: (tryCreateStringFromUTF8): Mark method as 'static inline' to suppress "warning: no previous prototype for ..."
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSClassRef.cpp

    r54545 r54554  
    4242const JSClassDefinition kJSClassDefinitionEmpty = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
    4343
    44 UString tryCreateStringFromUTF8(const char* string)
     44static inline UString tryCreateStringFromUTF8(const char* string)
    4545{
    4646    if (!string)
Note: See TracChangeset for help on using the changeset viewer.