| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index 939d7f7e06eee67c529a6f5f129c2e35ea339fc1..1c9d9a96b17e16115de8504cd0b3d56f68cc68d0 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -70,7 +70,7 @@ public:
|
| protected:
|
| HTMLPlugInElement(const QualifiedName& tagName, Document*);
|
|
|
| - virtual void detach();
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
|
|
|
|