Changeset 26690 in webkit for trunk/JavaScriptCore/kjs/object.cpp
- Timestamp:
- Oct 16, 2007, 4:35:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r26688 r26690 227 227 // and let it override the canPut() check. 228 228 if ((attr == None || attr == DontDelete) && !canPut(exec,propertyName)) { 229 #ifdef KJS_VERBOSE230 fprintf( stderr, "WARNING: canPut %s said NO\n", propertyName.ascii() );231 #endif232 229 return; 233 230 }
Note:
See TracChangeset
for help on using the changeset viewer.