Changeset 54554 in webkit for trunk/JavaScriptCore/API/JSClassRef.cpp
- Timestamp:
- Feb 9, 2010, 8:34:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSClassRef.cpp
r54545 r54554 42 42 const JSClassDefinition kJSClassDefinitionEmpty = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; 43 43 44 UString tryCreateStringFromUTF8(const char* string)44 static inline UString tryCreateStringFromUTF8(const char* string) 45 45 { 46 46 if (!string)
Note:
See TracChangeset
for help on using the changeset viewer.