| 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 492f9f52f9c3c25a719a60fa7237b2f941071e89..509dd9b92bb3cc62de20ea439236d07267a7cfad 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
 | 
| @@ -136,9 +136,9 @@ void SVGStyleElement::didNotifySubtreeInsertionsToDocument()
 | 
|          notifyLoadedSheetAndAllCriticalSubresources(ErrorOccurredLoadingSubresource);
 | 
|  }
 | 
|  
 | 
| -void SVGStyleElement::removedFrom(ContainerNode* insertionPoint)
 | 
| +void SVGStyleElement::removedFrom(ContainerNode* insertionPoint, Node* next)
 | 
|  {
 | 
| -    SVGElement::removedFrom(insertionPoint);
 | 
| +    SVGElement::removedFrom(insertionPoint, next);
 | 
|      StyleElement::removedFrom(this, insertionPoint);
 | 
|  }
 | 
|  
 | 
| 
 |