| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 774308fab390b5468fe3d0816d30e96d9a606a4f..2215530dba59af34c459c59bfccc6add771a13c3 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -273,6 +273,7 @@ protected:
|
| virtual ~HTMLMediaElement();
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| + virtual void finishParsingAttributes() OVERRIDE FINAL;
|
| virtual void finishParsingChildren() OVERRIDE FINAL;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|