| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
 | 
| index ec9b5cc562a6a9f90416c971f986605607fa8208..36562bb19104ec3f2746d5167a96e6946ef0edcd 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
 | 
| @@ -137,9 +137,9 @@ Node::InsertionNotificationRequest SVGFEImageElement::insertedInto(ContainerNode
 | 
|      return InsertionDone;
 | 
|  }
 | 
|  
 | 
| -void SVGFEImageElement::removedFrom(ContainerNode* rootParent)
 | 
| +void SVGFEImageElement::removedFrom(ContainerNode* rootParent, Node* next)
 | 
|  {
 | 
| -    SVGFilterPrimitiveStandardAttributes::removedFrom(rootParent);
 | 
| +    SVGFilterPrimitiveStandardAttributes::removedFrom(rootParent, next);
 | 
|      if (rootParent->inDocument())
 | 
|          clearResourceReferences();
 | 
|  }
 | 
| 
 |