| Index: Source/core/html/HTMLFrameElement.h | 
| diff --git a/Source/core/html/HTMLFrameElement.h b/Source/core/html/HTMLFrameElement.h | 
| index 1cd3ab065aaec663aa1990d4a8bdd84aa15dfab8..85c5ed6e2585d8b7ff91e8a09df70f3ed67ec9db 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(const AttachContext& = AttachContext()) OVERRIDE; | 
| +    virtual void createRenderTree(const AttachContext& = AttachContext()) OVERRIDE; | 
|  | 
| virtual bool rendererIsNeeded(const RenderStyle&); | 
| virtual RenderObject* createRenderer(RenderStyle*); | 
|  |