Index: third_party/WebKit/Source/core/svg/SVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
index 962c5b6f935bd953b76ce4fdc5d4e21a2e85c270..e4ba7ccd4cc7dae8e8c96e71442a3c29c0baf42f 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
@@ -1043,7 +1043,7 @@ PassRefPtr<ComputedStyle> SVGElement::customStyleForLayoutObject() { |
} |
return document().ensureStyleResolver().styleForElement( |
- correspondingElement(), style, DisallowStyleSharing); |
+ correspondingElement(), style, style, DisallowStyleSharing); |
} |
MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const { |