| Index: Source/wtf/Vector.h
|
| diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h
|
| index a49fb68864c175df5ee972dd0b8fdea8f42aedf8..92166c4ef538f288fcf53dc087527b90b519149e 100644
|
| --- a/Source/wtf/Vector.h
|
| +++ b/Source/wtf/Vector.h
|
| @@ -503,7 +503,7 @@ static const size_t kInitialVectorSize = WTF_VECTOR_INITIAL_SIZE;
|
|
|
| Vector(const Vector&);
|
| template<size_t otherCapacity>
|
| - Vector(const Vector<T, otherCapacity>&);
|
| + explicit Vector(const Vector<T, otherCapacity>&);
|
|
|
| Vector& operator=(const Vector&);
|
| template<size_t otherCapacity>
|
|
|