Changeset 9518 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp
- Timestamp:
- Jun 29, 2005, 9:32:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.cpp
r9448 r9518 1626 1626 1627 1627 #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); 1629 1629 #endif 1630 1630 // We use Internal to bypass all checks in derived objects, e.g. so that
Note:
See TracChangeset
for help on using the changeset viewer.