Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 77e763e72dd9687e72fd34600075b89294ccf8e2..c23536717543a55edbcd52a853b83f52cbd19994 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -300,7 +300,7 @@ protected: |
private: |
void createMediaPlayer(); |
- virtual bool alwaysCreateUserAgentShadowRoot() const override final { return true; } |
+ virtual bool alwaysCreateClosedShadowRoot() const override final { return true; } |
virtual bool areAuthorShadowsAllowed() const override final { return false; } |
virtual bool supportsFocus() const override final; |