Changeset 13589 in webkit for trunk/JavaScriptCore/bindings/runtime_object.cpp
- Timestamp:
- Mar 30, 2006, 4:15:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_object.cpp
r13015 r13589 189 189 bool RuntimeObjectImp::implementsCall() const 190 190 { 191 // Only true for default functions. 192 return true; 191 return getInternalInstance()->implementsCall(); 193 192 } 194 193
Note:
See TracChangeset
for help on using the changeset viewer.