Changeset 10086 in webkit for trunk/JavaScriptCore/kjs/array_object.cpp
- Timestamp:
- Aug 7, 2005, 9:35:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.cpp
r10084 r10086 427 427 unsigned length = thisObj->get(exec,lengthPropertyName)->toUInt32(exec); 428 428 429 ValueImp *result ;429 ValueImp *result = 0; // work around gcc 4.0 bug in uninitialized variable warning 430 430 431 431 switch (id) {
Note:
See TracChangeset
for help on using the changeset viewer.