Index: Source/core/html/HTMLFrameElementBase.h |
diff --git a/Source/core/html/HTMLFrameElementBase.h b/Source/core/html/HTMLFrameElementBase.h |
index 7dcbeb0f7d8b3b25759884a81aeda845db643900..ef09c0ee9c246957bc48cf12bfaab69340721c45 100644 |
--- a/Source/core/html/HTMLFrameElementBase.h |
+++ b/Source/core/html/HTMLFrameElementBase.h |
@@ -52,7 +52,7 @@ protected: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void didNotifySubtreeInsertions(ContainerNode*) OVERRIDE; |
- virtual void attach(); |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
private: |
virtual bool supportsFocus() const; |