| Index: Source/core/html/HTMLPlugInImageElement.h
|
| diff --git a/Source/core/html/HTMLPlugInImageElement.h b/Source/core/html/HTMLPlugInImageElement.h
|
| index fa84ad7c615ec2641e2dcf3682849b8e0403e805..4f5ae54adebb4ec3d27a0eb71095017b8a77cc2c 100644
|
| --- a/Source/core/html/HTMLPlugInImageElement.h
|
| +++ b/Source/core/html/HTMLPlugInImageElement.h
|
| @@ -89,8 +89,8 @@ protected:
|
| KURL m_loadedUrl;
|
|
|
| static void updateWidgetCallback(Node*);
|
| - virtual void attach();
|
| - virtual void detach();
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| bool allowedToLoadFrameURL(const String& url);
|
| bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
|
|
|