Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 1bb91a57a110015e461918228f205c93f79c3e88..c996f664473cbf2f310bff5497d24a0f16db811c 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -623,11 +623,6 @@ struct ValueToString<TextTrackCue*> { |
}; |
#endif |
-inline bool isHTMLMediaElement(const Element& element) |
-{ |
- return isHTMLAudioElement(element) || isHTMLVideoElement(element); |
-} |
- |
inline bool isHTMLMediaElement(const HTMLElement& element) |
{ |
return isHTMLAudioElement(element) || isHTMLVideoElement(element); |