| Index: Source/core/html/HTMLFrameElement.h
|
| diff --git a/Source/core/html/HTMLFrameElement.h b/Source/core/html/HTMLFrameElement.h
|
| index b9bf1760f044fb628dfcbb173e1b5da00e16b399..04e0fea7fc34a63a5c9f2b937ce09e52372b314a 100644
|
| --- a/Source/core/html/HTMLFrameElement.h
|
| +++ b/Source/core/html/HTMLFrameElement.h
|
| @@ -39,7 +39,7 @@ public:
|
| private:
|
| HTMLFrameElement(const QualifiedName&, Document*);
|
|
|
| - virtual void attach();
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&);
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
|
|