Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2729613007: Fixing a crash in MediaCustomControlsFullscreenDetector when the page is destroyed (Closed)
Patch Set: rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index a2dccecc890c292e22997b9ce54da6d2f1939f08..8d64be5b49158131525c0027547abdaced20d77e 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -735,6 +735,7 @@ class CORE_EXPORT HTMLMediaElement
friend class TrackDisplayUpdateScope;
friend class MediaControlsTest;
friend class HTMLMediaElementTest;
+ friend class HTMLMediaElementEventListenersTest;
friend class HTMLVideoElementTest;
friend class MediaControlsOrientationLockDelegateTest;

Powered by Google App Engine
This is Rietveld 408576698