git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Darin.
[WebKit-https.git]
/
JavaScriptCore
/
wtf
/
Vector.h
diff --git
a/JavaScriptCore/wtf/Vector.h
b/JavaScriptCore/wtf/Vector.h
index f9b920b9f3f60f23586615250043dd8959f15079..308a51b24235d2aa4d6e5c7262528a8ac9a91d4a 100644
(file)
--- a/
JavaScriptCore/wtf/Vector.h
+++ b/
JavaScriptCore/wtf/Vector.h
@@
-390,6
+390,8
@@
namespace WTF {
typedef VectorTypeOperations<T> TypeOperations;
public:
typedef VectorTypeOperations<T> TypeOperations;
public:
+ typedef T ValueType;
+
typedef T* iterator;
typedef const T* const_iterator;
typedef T* iterator;
typedef const T* const_iterator;