Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 2c0e26bdc31f6f11caeff395a07a4ef0f834b806..501e622da553d196c32c9904614e3e36c7261bdf 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; |