Ignore:
Timestamp:
Dec 11, 2009, 11:20:27 PM (15 years ago)
Author:
[email protected]
Message:

Rolled out my last patch because the bots were crashing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/UString.h

    r52040 r52047  
    513513    // FIXME: this should be size_t but that would cause warnings until we
    514514    // fix UString sizes to be size_t instead of int
    515     static const int minShareSize = Heap::minExtraCost / sizeof(UChar);
     515    static const int minShareSize = Heap::minExtraCostSize / sizeof(UChar);
    516516
    517517    inline size_t UString::cost() const
Note: See TracChangeset for help on using the changeset viewer.