| 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 e45d90f3a5572e76c20288d4fed2aac71f37dfe4..89f6f4a8b8a1538e9f2c79ae9ddea655d2d4e1f8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -62,12 +62,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,
|
|
|