Chromium Code Reviews| Index: Source/core/html/track/TextTrackCue.h |
| diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h |
| index 7feb45d9a8cf98213c40ae826f4245fcb4771bfd..325c9dd5a54de09803bb4687dd96715e8f99e461 100644 |
| --- a/Source/core/html/track/TextTrackCue.h |
| +++ b/Source/core/html/track/TextTrackCue.h |
| @@ -124,8 +124,8 @@ private: |
| TextTrack* m_track; |
| - bool m_isActive; |
| - bool m_pauseOnExit; |
| + bool m_isActive : 1; |
| + bool m_pauseOnExit : 1; |
| }; |
| } // namespace WebCore |