Changeset 41931 in webkit for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- Mar 23, 2009, 6:59:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r41905 r41931 100 100 { 101 101 UString thisClassName = classRef()->className(); 102 if (!thisClassName.is Null())102 if (!thisClassName.isEmpty()) 103 103 return thisClassName; 104 104
Note:
See TracChangeset
for help on using the changeset viewer.