| Index: Source/core/svg/SVGAElement.h
|
| diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
|
| index c9651c38f560f8244e29fbb2d993247289db63e5..db75a308a4826f60bf98996b2ca0bb6e3f02add4 100644
|
| --- a/Source/core/svg/SVGAElement.h
|
| +++ b/Source/core/svg/SVGAElement.h
|
| @@ -54,7 +54,7 @@ private:
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| - virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
| + virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; }
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAElement)
|
| // This declaration used to define a non-virtual "String& target() const" method, that clashes with "virtual String Element::target() const".
|
|
|