| Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| index b150f6c6504ae0bb3c18126ea3256ce887912da8..118bda50d483217363f8a89c7fd054588533a561 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| @@ -319,7 +319,7 @@ void SVGDocumentExtensions::invalidateSVGRootsWithRelativeLengthDescendents(Subt
|
| {
|
| ASSERT(!m_inRelativeLengthSVGRootsInvalidation);
|
| #if ENABLE(ASSERT)
|
| - TemporaryChange<bool> inRelativeLengthSVGRootsChange(m_inRelativeLengthSVGRootsInvalidation, true);
|
| + TemporaryChange<bool> inRelativeLengthSVGRootsChange(&m_inRelativeLengthSVGRootsInvalidation, true);
|
| #endif
|
|
|
| for (SVGSVGElement* element : m_relativeLengthSVGRoots)
|
|
|