| Index: third_party/WebKit/Source/core/svg/SVGMarkerElement.h | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h | 
| index 2e8593ecfbd395cd422cf1c345c3710260e5138a..32ae4ea249f99b0a975eb94a12af6209fce5143e 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h | 
| +++ b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h | 
| @@ -82,8 +82,6 @@ class SVGMarkerElement final : public SVGElement, public SVGFitToViewBox { | 
| private: | 
| explicit SVGMarkerElement(Document&); | 
|  | 
| -  bool NeedsPendingResourceHandling() const override { return false; } | 
| - | 
| void SvgAttributeChanged(const QualifiedName&) override; | 
| void ChildrenChanged(const ChildrenChange&) override; | 
|  | 
|  |