diff options
Diffstat (limited to 'WebCore/html/HTMLMediaElement.h')
-rw-r--r-- | WebCore/html/HTMLMediaElement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/HTMLMediaElement.h b/WebCore/html/HTMLMediaElement.h index 9c36438..35c2235 100644 --- a/WebCore/html/HTMLMediaElement.h +++ b/WebCore/html/HTMLMediaElement.h @@ -173,7 +173,7 @@ protected: HTMLMediaElement(const QualifiedName&, Document*); virtual ~HTMLMediaElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void attach(); virtual void willMoveToNewOwnerDocument(); @@ -364,6 +364,7 @@ private: #endif bool m_dispatchingCanPlayEvent : 1; + bool m_loadInitiatedByUserGesture : 1; }; } //namespace |