| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| index be9022f8b55f4517640594d6294cb0473825db2f..2aa8c838e38c5a6fa1ebb2fafa686554e994f068 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| @@ -61,12 +61,10 @@ using namespace SVGNames; | 
| SVGElement::SVGElement(const QualifiedName& tagName, | 
| Document& document, | 
| ConstructionType constructionType) | 
| -    : Element(tagName, &document, constructionType) | 
| +    : Element(tagName, &document, constructionType), | 
| #if ENABLE(ASSERT) | 
| -      , | 
| -      m_inRelativeLengthClientsInvalidation(false) | 
| +      m_inRelativeLengthClientsInvalidation(false), | 
| #endif | 
| -      , | 
| m_SVGRareData(nullptr), | 
| m_className(SVGAnimatedString::create(this, | 
| HTMLNames::classAttr, | 
|  |