Ignore:
Timestamp:
Aug 12, 2009, 1:58:30 AM (16 years ago)
Author:
Simon Hausmann
Message:

Fix compile error on 64Bit Windows, when UString::from
is called with an intptr_t.

Patch by Prasanth Ullattil <[email protected]> on 2009-08-12
Reviewed by Simon Hausmann.

Added new UString::From overload with long long parameter.

Thanks to Holger for the long long idea.

  • runtime/UString.cpp:

(JSC::UString::from):

  • runtime/UString.h:
File:
1 edited

Legend:

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

    r47093 r47096  
    258258
    259259        static UString from(int);
     260        static UString from(long long);
    260261        static UString from(unsigned int);
    261262        static UString from(long);
Note: See TracChangeset for help on using the changeset viewer.