| Index: Source/core/svg/SVGAElement.cpp
|
| diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp
|
| index 946f4760520e43825ddca37ca37b9684abfaf891..cdb13d861945f9958e88df9ac33139d5a44698ed 100644
|
| --- a/Source/core/svg/SVGAElement.cpp
|
| +++ b/Source/core/svg/SVGAElement.cpp
|
| @@ -229,7 +229,7 @@ bool SVGAElement::isKeyboardFocusable(KeyboardEvent*) const
|
| if (!page)
|
| return false;
|
|
|
| - return page->chrome()->client()->tabsToLinks();
|
| + return page->chrome().client()->tabsToLinks();
|
| }
|
|
|
| bool SVGAElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
|
|
|