Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
index 0bb2a88de8f471757e3b5eb7800996132eae0751..e9dfd35284a0a15bc8c72c16a4027af56498f58a 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
@@ -2636,7 +2636,7 @@ PassRefPtrWillBeRawPtr<CSSValue> ComputedStyleCSSValueMapping::get(CSSPropertyID |
// the above properties are not yet implemented in the engine |
return nullptr; |
case CSSPropertyD: |
- return svgStyle.d(); |
+ return svgStyle.d()->computedCSSValue(); |
case CSSPropertyCx: |
return zoomAdjustedPixelValueForLength(svgStyle.cx(), style); |
case CSSPropertyCy: |