Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index ba609f48cc7048c69df023eee089499db30d6c10..ff846f4c018b728ed8ff8fec2111f6438aebabea 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -439,8 +439,6 @@ public: |
DOMStringMap& dataset(); |
- virtual bool isMediaElement() const { return false; } |
- |
#if ENABLE(INPUT_SPEECH) |
virtual bool isInputFieldSpeechButtonElement() const { return false; } |
#endif |