Index: third_party/WebKit/Source/core/svg/SVGPath.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGPath.cpp b/third_party/WebKit/Source/core/svg/SVGPath.cpp |
index 0d106e07c9b25bd8efb9001ad17a1fe485c0959e..183731568824a40dc86e501f08751bf6727c00c3 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPath.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGPath.cpp |
@@ -76,7 +76,7 @@ SVGPath::SVGPath(PassRefPtrWillBeRawPtr<CSSPathValue> pathValue) |
: SVGPropertyBase(classType()) |
, m_pathValue(pathValue) |
{ |
- ASSERT(pathValue); |
+ ASSERT(m_pathValue); |
} |
SVGPath::~SVGPath() |