Changeset 152807 in webkit for trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
- Timestamp:
- Jul 17, 2013, 3:14:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSStringRefCF.cpp
r143430 r152807 54 54 } 55 55 56 return OpaqueJSString::create( static_cast<const LChar*>(0), 0).leakRef();56 return OpaqueJSString::create(reinterpret_cast<const LChar*>(""), 0).leakRef(); 57 57 } 58 58
Note:
See TracChangeset
for help on using the changeset viewer.