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 76d1adfed8ed035a9b34970aba17b272d50cf513..ea35ad166ee10d27de286521292529d15267a610 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -558,9 +558,6 @@ private: |
// data has not been loaded since sending a "stalled" event |
bool m_sentStalledEvent : 1; |
- // time has not changed since sending an "ended" event |
- bool m_sentEndEvent : 1; |
- |
bool m_ignorePreloadNone : 1; |
bool m_textTracksVisible : 1; |