| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 89c1ad9450c54c6377fabc5fb6e9da9f1d1241e1..eaaacfee43492bda467bfde7d49eff24ff5d4a92 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -292,7 +292,7 @@ protected:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void finishParsingChildren();
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| - virtual void attach() OVERRIDE;
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| virtual void didMoveToNewDocument(Document* oldDocument) OVERRIDE;
|
|
|
|
|