| 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 c749a1abcf3f7db1c059f54e4cfad8f9dd6f82ba..0cd4794ea53928084442cb3b1e4439da29b26003 100644
|
| --- a/third_party/WebKit/Source/wtf/Vector.h
|
| +++ b/third_party/WebKit/Source/wtf/Vector.h
|
| @@ -836,7 +836,6 @@ private:
|
|
|
| using Base::m_size;
|
| using Base::buffer;
|
| - using Base::capacity;
|
| using Base::swapVectorBuffer;
|
| using Base::allocateBuffer;
|
| using Base::allocationSize;
|
|
|