| 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 90ef104e75133713348f9a6509b6bac720044ba6..bb1dced877aa52b4b5dc6ee1925fd5b64eddbb4c 100644
|
| --- a/third_party/WebKit/Source/wtf/Vector.h
|
| +++ b/third_party/WebKit/Source/wtf/Vector.h
|
| @@ -969,7 +969,7 @@ class Vector
|
| void remove(size_t position);
|
| void remove(size_t position, size_t length);
|
|
|
| - void removeLast() {
|
| + void pop_back() {
|
| ASSERT(!isEmpty());
|
| shrink(size() - 1);
|
| }
|
|
|