diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index c5b614bcc7..0ee3b5e147 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -1539,7 +1539,7 @@ function tryRemoveElement(elem) {
return false;
}
- static isAirPlayEnabled() {
+ isAirPlayEnabled() {
if (document.AirPlayEnabled) {
return !!document.AirplayElement;
}