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

Unified Diff: third_party/WebKit/Source/core/html/HTMLVideoElement.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/HTMLVideoElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
index 4eddefd226ffaead1c0539a04a09da98bcc9c9c4..ac217e224f0f76dd44efce4c1f08dd6d1d220f19 100644
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
@@ -123,6 +123,7 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
private:
friend class MediaCustomControlsFullscreenDetectorTest;
+ friend class HTMLMediaElementEventListenersTest;
HTMLVideoElement(Document&);

Powered by Google App Engine
This is Rietveld 408576698