| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| index fc3a9d3eb6083fd04562253ea4a45421fa888ca0..3aa8339c245b6885ec8fa5f3dc42919e5edb935c 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| @@ -207,8 +207,6 @@ void SVGSVGElement::parseAttribute(const QualifiedName& name, const AtomicString | 
| document().setWindowAttributeEventListener(EventTypeNames::resize, createAttributeEventListener(document().frame(), name, value, eventParameterName())); | 
| else if (name == HTMLNames::onscrollAttr) | 
| document().setWindowAttributeEventListener(EventTypeNames::scroll, createAttributeEventListener(document().frame(), name, value, eventParameterName())); | 
| -        else if (name == SVGNames::onzoomAttr) | 
| -            document().setWindowAttributeEventListener(EventTypeNames::zoom, createAttributeEventListener(document().frame(), name, value, eventParameterName())); | 
| else | 
| setListener = false; | 
|  | 
|  |