Ignore:
Timestamp:
Jul 17, 2008, 2:11:04 PM (17 years ago)
Author:
[email protected]
Message:

2008-07-17 Sam Weinig <[email protected]>

Roll out r35199 as it is causing failures on the PPC build.

File:
1 edited

Legend:

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

    r35203 r35227  
    3838        for (ArgList::const_iterator it = args.begin(); it != end; ++it)
    3939            *p++ = static_cast<UChar>((*it).toUInt32(exec));
    40         s = UString::adopt(buf, args.size());
     40        s = UString(buf, args.size(), false);
    4141    } else
    4242        s = "";
Note: See TracChangeset for help on using the changeset viewer.