| Index: third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| index 7cc6d0f14487e8b128504a9fd54672d467ec372e..c4d8084c6be2db3ed8f2503ba966b7b61fb586f4 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| @@ -43,7 +43,6 @@ public:
|
| DocumentOrderedList() { }
|
|
|
| void add(Node*);
|
| - void parserAdd(Node*);
|
| void remove(const Node*);
|
| bool isEmpty() const { return m_nodes.isEmpty(); }
|
| void clear() { m_nodes.clear(); }
|
|
|