| Index: Source/core/html/HTMLMediaElement.h
 | 
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
 | 
| index 0359338d23b20c0240271151de9a28fac22337ef..fdd056b6169eb99c208601f0f877add5594d8829 100644
 | 
| --- a/Source/core/html/HTMLMediaElement.h
 | 
| +++ b/Source/core/html/HTMLMediaElement.h
 | 
| @@ -613,7 +613,6 @@ private:
 | 
|      // support progress events so setting m_sendProgressEvents disables them 
 | 
|      bool m_sendProgressEvents : 1;
 | 
|  
 | 
| -    bool m_isFullscreen : 1;
 | 
|      bool m_closedCaptionsVisible : 1;
 | 
|  
 | 
|      bool m_dispatchingCanPlayEvent : 1;
 | 
| 
 |