Changeset 23479 in webkit for trunk/JavaScriptCore/bindings/runtime_object.cpp
- Timestamp:
- Jun 12, 2007, 9:25:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_object.cpp
r20613 r23479 105 105 // that method. 106 106 MethodList methodList = aClass->methodsNamed(propertyName, instance.get()); 107 if (methodList. length() > 0) {107 if (methodList.size() > 0) { 108 108 slot.setCustom(this, methodGetter); 109 109 110 instance->end(); 110 111 return true;
Note:
See TracChangeset
for help on using the changeset viewer.