Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/Vector.h |
| diff --git a/third_party/WebKit/Source/wtf/Vector.h b/third_party/WebKit/Source/wtf/Vector.h |
| index aabdef88c2fb4273ef81df9b34fdf22851fb7981..6acd88d42d46bbfd191af43dce6fd7e7f5993689 100644 |
| --- a/third_party/WebKit/Source/wtf/Vector.h |
| +++ b/third_party/WebKit/Source/wtf/Vector.h |
| @@ -623,6 +623,7 @@ class Vector : private VectorBuffer<T, INLINE_CAPACITY, Allocator>, public Condi |
| public: |
| typedef T ValueType; |
| + typedef T value_type; |
| typedef T* iterator; |
| typedef const T* const_iterator; |