Ignore:
Timestamp:
Nov 8, 2007, 9:57:46 PM (18 years ago)
Author:
Darin Adler
Message:
  • fix build
  • kjs/grammar.y:
  • kjs/nodes.h:
  • kjs/property_map.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/property_map.cpp

    r27634 r27637  
    5555// The point at which the function call overhead of the qsort implementation
    5656// becomes small compared to the inefficiency of insertion sort.
    57 static const int tinyMapThreshold = 20;
     57static const unsigned tinyMapThreshold = 20;
    5858
    5959#if DUMP_PROPERTYMAP_STATS
Note: See TracChangeset for help on using the changeset viewer.