Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 9a539716bb24931040285c6e207c7d8fd6825959..b27b37a3a7fbdc6019c33ce1bec7b693dfa24f8c 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -3963,8 +3963,6 @@ void Document::addListenerTypeIfNeeded(const AtomicString& eventType) |
addListenerType(TRANSITIONEND_LISTENER); |
} else if (eventType == EventTypeNames::scroll) { |
addListenerType(SCROLL_LISTENER); |
- } else if (eventType == EventTypeNames::DOMFocusIn || eventType == EventTypeNames::DOMFocusOut) { |
- UseCounter::count(*this, UseCounter::DOMFocusInOutEvent); |
} |
} |