Index: Source/core/html/HTMLAudioElement.h |
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h |
index d05c9071522b594ff1d6ce98fc7ac9a5804112f9..be7c5fc2587a3956f979c4315596c4d1e72eb9ad 100644 |
--- a/Source/core/html/HTMLAudioElement.h |
+++ b/Source/core/html/HTMLAudioElement.h |
@@ -40,8 +40,6 @@ public: |
private: |
HTMLAudioElement(Document&); |
- |
- virtual bool isVideo() const OVERRIDE { return false; } |
}; |
} //namespace |