| Index: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
|
| index 4a508a8a16659d4aeca5621d0ffb194aadac1c37..e8d29ccc6cd8397703e19f1a71d3a3f0a5d4ee6c 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
|
| @@ -200,7 +200,7 @@ bool StyleInheritedResourceData::operator==(const StyleInheritedResourceData& ot
|
| }
|
|
|
| StyleLayoutData::StyleLayoutData()
|
| - : d(CSSPathValue::emptyPathValue())
|
| + : d(SVGComputedStyle::initialD())
|
| , cx(SVGComputedStyle::initialCx())
|
| , cy(SVGComputedStyle::initialCy())
|
| , x(SVGComputedStyle::initialX())
|
|
|