Changeset 36660 in webkit for trunk/JavaScriptCore/kjs/nodes2string.cpp
- Timestamp:
- Sep 18, 2008, 11:32:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes2string.cpp
r36263 r36660 310 310 void StringNode::streamTo(SourceStream& s) const 311 311 { 312 s << '"' << escapeStringForPrettyPrinting(m_value ) << '"';312 s << '"' << escapeStringForPrettyPrinting(m_value.ustring()) << '"'; 313 313 } 314 314
Note:
See TracChangeset
for help on using the changeset viewer.