| 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 0b06a729d24c287698a45b920295c5ba7d0884d4..d384200710426580fe57f77be6f9563899f98a08 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
|
| @@ -30,7 +30,7 @@ ComputedStyle* SVGElementRareData::overrideComputedStyle(
|
| // animation sandwhich model.
|
| m_overrideComputedStyle =
|
| element->document().ensureStyleResolver().styleForElement(
|
| - element, parentStyle, DisallowStyleSharing,
|
| + element, parentStyle, parentStyle, DisallowStyleSharing,
|
| MatchAllRulesExcludingSMIL);
|
| m_needsOverrideComputedStyleUpdate = false;
|
| }
|
|
|