| Index: src/list.h
|
| diff --git a/src/list.h b/src/list.h
|
| index 5a08212b1e048f772bcda57db26bfd768d1ef245..24f34945b54d2fb7f90de95bac1ecf701ecc6d5d 100644
|
| --- a/src/list.h
|
| +++ b/src/list.h
|
| @@ -148,14 +148,6 @@ class List {
|
| DISALLOW_COPY_AND_ASSIGN(List);
|
| };
|
|
|
| -class FrameElement;
|
| -
|
| -// Add() is inlined, ResizeAdd() called by Add() is inlined except for
|
| -// Lists of FrameElements, and ResizeAddInternal() is inlined in ResizeAdd().
|
| -template <>
|
| -void List<FrameElement,
|
| - FreeStoreAllocationPolicy>::ResizeAdd(const FrameElement& element);
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_LIST_H_
|
|
|