| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 19595e453d843f388be0a9e6f619fe932f7f7525..4275c350a85b5bd92cad3642123d27a30184dcf4 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -281,7 +281,7 @@ public:
|
| void setController(PassRefPtr<MediaController>); // Resets the MediaGroup and sets the MediaController.
|
|
|
| protected:
|
| - HTMLMediaElement(const QualifiedName&, Document&, bool);
|
| + HTMLMediaElement(const QualifiedName&, Document&);
|
| virtual ~HTMLMediaElement();
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| @@ -547,7 +547,6 @@ private:
|
| bool m_loadInitiatedByUserGesture : 1;
|
| bool m_completelyLoaded : 1;
|
| bool m_havePreparedToPlay : 1;
|
| - bool m_parsingInProgress : 1;
|
|
|
| bool m_tracksAreReady : 1;
|
| bool m_haveVisibleTextTrack : 1;
|
|
|