| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index f696a5f1f21f190a6f00a3016338ad567307aa6b..87e82a2aa4ed826467b02dc341024e9769a3ff8e 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;
|
|
|
|
|