| Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| index 482f8d78ad69e44b9fff36a7249cc3d2be7bc64d..7a4bce97e6db75ff5ab17775143986ea2ffa5793 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| @@ -95,8 +95,8 @@ class SVGDocumentExtensions
|
| // Root SVG elements with relative length descendants.
|
| HeapHashSet<Member<SVGSVGElement>> m_relativeLengthSVGRoots;
|
| FloatPoint m_translate;
|
| -#if ENABLE(ASSERT)
|
| - bool m_inRelativeLengthSVGRootsInvalidation;
|
| +#if DCHECK_IS_ON()
|
| + bool m_inRelativeLengthSVGRootsInvalidation = false;
|
| #endif
|
|
|
| public:
|
|
|