Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index 0c28644a2127af181a58cfbc7358966f02de4526..bb63b3d3c9056df248c4033dd41abb5f44a68e36 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -950,12 +950,6 @@ RenderStyle* SVGElement::computedStyle(PseudoId pseudoElementSpecifier) |
return svgRareData()->overrideComputedStyle(this, parentStyle); |
} |
-bool SVGElement::hasFocusEventListeners() const |
-{ |
- return hasEventListeners(EventTypeNames::focusin) || hasEventListeners(EventTypeNames::focusout) |
- || hasEventListeners(EventTypeNames::focus) || hasEventListeners(EventTypeNames::blur); |
-} |
- |
void SVGElement::markForLayoutAndParentResourceInvalidation(RenderObject* renderer) |
{ |
ASSERT(renderer); |