Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index c01d00c4d8ee1ade3f9e8a630ed76129ed163139..774308fab390b5468fe3d0816d30e96d9a606a4f 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -520,6 +520,7 @@ private: |
friend class MediaController; |
RefPtr<MediaController> m_mediaController; |
+ friend class Internals; |
friend class TrackDisplayUpdateScope; |
static URLRegistry* s_mediaStreamRegistry; |