| Index: third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp b/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| index 5f14b8057441bc4f589b59f368d2b942fda03997..305231f80946779e3c763277ce3c99f931f0f7f2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| @@ -32,7 +32,7 @@ ComputedStyle* SVGElementRareData::overrideComputedStyle(
|
| // animation sandwhich model.
|
| m_overrideComputedStyle =
|
| element->document().ensureStyleResolver().styleForElement(
|
| - element, parentStyle, DisallowStyleSharing,
|
| + element, parentStyle, parentStyle, DisallowStyleSharing,
|
| MatchAllRulesExcludingSMIL);
|
| m_needsOverrideComputedStyleUpdate = false;
|
| }
|
|
|