Changeset 28076 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Nov 27, 2007, 1:27:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Vector.h
r27448 r28076 391 391 392 392 public: 393 typedef T ValueType; 394 393 395 typedef T* iterator; 394 396 typedef const T* const_iterator;
Note:
See TracChangeset
for help on using the changeset viewer.