| Index: Source/core/layout/svg/LayoutSVGTransformableContainer.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp b/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp
|
| index e5fad083e87234666e6824cea436556b96f2b21c..96897d32903937fba4817dd74be19f3ae35a0d85 100644
|
| --- a/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp
|
| @@ -47,7 +47,7 @@ static bool hasValidPredecessor(const Node* node)
|
| return false;
|
| }
|
|
|
| -bool LayoutSVGTransformableContainer::isChildAllowed(LayoutObject* child, const LayoutStyle& style) const
|
| +bool LayoutSVGTransformableContainer::isChildAllowed(LayoutObject* child, const ComputedStyle& style) const
|
| {
|
| ASSERT(element());
|
| if (isSVGSwitchElement(*element())) {
|
|
|