| Index: third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp b/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| index 509dd9b92bb3cc62de20ea439236d07267a7cfad..492f9f52f9c3c25a719a60fa7237b2f941071e89 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| @@ -136,9 +136,9 @@
|
| notifyLoadedSheetAndAllCriticalSubresources(ErrorOccurredLoadingSubresource);
|
| }
|
|
|
| -void SVGStyleElement::removedFrom(ContainerNode* insertionPoint, Node* next)
|
| +void SVGStyleElement::removedFrom(ContainerNode* insertionPoint)
|
| {
|
| - SVGElement::removedFrom(insertionPoint, next);
|
| + SVGElement::removedFrom(insertionPoint);
|
| StyleElement::removedFrom(this, insertionPoint);
|
| }
|
|
|
|
|