Changeset 52075 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Dec 13, 2009, 4:27:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r52047 r52075 544 544 545 545 template<> 546 class StringTypeAdapter<char*> 547 { 546 class StringTypeAdapter<char*> { 548 547 public: 549 548 StringTypeAdapter<char*>(char* buffer) … … 567 566 568 567 template<> 569 class StringTypeAdapter<const char*> 570 { 568 class StringTypeAdapter<const char*> { 571 569 public: 572 570 StringTypeAdapter<const char*>(const char* buffer) … … 590 588 591 589 template<> 592 class StringTypeAdapter<UString> 593 { 590 class StringTypeAdapter<UString> { 594 591 public: 595 592 StringTypeAdapter<UString>(UString& string)
Note:
See TracChangeset
for help on using the changeset viewer.