| Index: Source/core/layout/svg/LayoutSVGTSpan.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGTSpan.cpp b/Source/core/layout/svg/LayoutSVGTSpan.cpp
|
| index f24d8a8b48d33176f837ad9e732a8b7d256f9b42..bb6e537395c40ce7c15612c676dc2f9def5c91af 100644
|
| --- a/Source/core/layout/svg/LayoutSVGTSpan.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGTSpan.cpp
|
| @@ -32,7 +32,7 @@ LayoutSVGTSpan::LayoutSVGTSpan(Element* element)
|
| {
|
| }
|
|
|
| -bool LayoutSVGTSpan::isChildAllowed(LayoutObject* child, const LayoutStyle&) const
|
| +bool LayoutSVGTSpan::isChildAllowed(LayoutObject* child, const ComputedStyle&) const
|
| {
|
| // Always allow text (except empty textnodes and <br>).
|
| if (child->isText())
|
|
|