| Index: third_party/WebKit/Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp b/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp
|
| index 0d6a282737928183ec9ea15d3039a341d4e7f2e2..3348998d63b5af4b245520a77e545a19f785f100 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp
|
| @@ -56,9 +56,9 @@
|
| return InsertionDone;
|
| }
|
|
|
| -void HTMLBaseElement::removedFrom(ContainerNode* insertionPoint, Node* next)
|
| +void HTMLBaseElement::removedFrom(ContainerNode* insertionPoint)
|
| {
|
| - HTMLElement::removedFrom(insertionPoint, next);
|
| + HTMLElement::removedFrom(insertionPoint);
|
| if (insertionPoint->inDocument())
|
| document().processBaseElement();
|
| }
|
|
|