| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index a58f7eeaafdf8110b233dc2921a44d215a7fcea2..c23d6ed73f93012944215a9611d5b689b6938b8f 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -60,8 +60,6 @@ private:
|
|
|
| virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && isExternalURIReference(hrefString(), document()); }
|
|
|
| - virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
| -
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|
|
|