Ignore:
Timestamp:
Sep 6, 2010, 12:38:37 PM (15 years ago)
Author:
[email protected]
Message:

Fix compile failure in r66843

Revert to original patch in bugzilla. Leave bug open for
discussion on potential removal of double utf8 conversion.

https://bugs.webkit.org/show_bug.cgi?id=45240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/text/WTFString.cpp

    r66843 r66844  
    336336    va_end(args);
    337337
    338     return StringImpl::create(buffer.constData(), buffer.length());
     338    return StringImpl::create(buffer.toUtf8().constData(), buffer.toUtf8().length());
    339339
    340340#elif OS(WINCE)
Note: See TracChangeset for help on using the changeset viewer.