Changeset 9518 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp


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/nodes.cpp

    r9448 r9518  
    16261626
    16271627#ifdef KJS_VERBOSE
    1628   printInfo(exec,(UString("new variable ")+ident).cstring().c_str(),val);
     1628  printInfo(exec,(UString("new variable ")+ident.ustring()).cstring().c_str(),val);
    16291629#endif
    16301630  // We use Internal to bypass all checks in derived objects, e.g. so that
Note: See TracChangeset for help on using the changeset viewer.