Ignore:
Timestamp:
Jun 29, 2005, 9:32:27 AM (20 years ago)
Author:
ggaren
Message:

Reviewed by Darin.

-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3750
build fails with KJS_VERBOSE set

  • kjs/nodes.cpp: changed debug print statement to use UString (VarDeclNode::evaluate):
  • kjs/reference.cpp: ditto (KJS::Reference::putValue):
File:
1 edited

Legend:

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

    r9033 r9518  
    146146
    147147#ifdef KJS_VERBOSE
    148   printInfo(exec,(UString("setting property ")+getPropertyName(exec)).cstring().c_str(),w);
     148  printInfo(exec,(UString("setting property ")+getPropertyName(exec).ustring()).cstring().c_str(),w);
    149149#endif
    150150
Note: See TracChangeset for help on using the changeset viewer.