| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index c77514646576320c36d28a3622f138c850019b3a..9424c99104e869278a40c197ea6195e534ec1599 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -577,7 +577,7 @@
|
| // This is a dual of insertedInto(), and is similar to the DOMNodeRemovedFromDocument DOM event, but does not require the overhead of event
|
| // dispatching, and is called _after_ the node is removed from the tree.
|
| //
|
| - virtual void removedFrom(ContainerNode* insertionPoint, Node* next);
|
| + virtual void removedFrom(ContainerNode* insertionPoint);
|
|
|
| // FIXME(dominicc): This method is not debug-only--it is used by
|
| // Tracing--rename it to something indicative.
|
|
|