Ignore:
Timestamp:
Mar 16, 2010, 2:07:38 PM (15 years ago)
Author:
Darin Adler
Message:

Rolled out r56081 since it broke the Windows build.

File:
1 edited

Legend:

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

    r56081 r56085  
    6262SmallStrings::SmallStrings()
    6363{
    64     COMPILE_ASSERT(numCharactersToStore == arrayLength(m_singleCharacterStrings), IsNumCharactersConstInSyncWithClassUsage);
     64    COMPILE_ASSERT(numCharactersToStore == sizeof(m_singleCharacterStrings) / sizeof(m_singleCharacterStrings[0]), IsNumCharactersConstInSyncWithClassUsage);
    6565    clear();
    6666}
Note: See TracChangeset for help on using the changeset viewer.