| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| index f66817cd6cada66134d2332c9ff1c3dbad79e6eb..6e9cf68a0f36e9ced892fccaa58b264f6cf8f507 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -46,7 +46,7 @@ protected:
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() final;
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
|
|