| Index: third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
|
| index 62a22e2c61a97aae5f8bddd12448f65945f10db2..726ae76e724018a30487ddd3455a43d91d894e43 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
|
| @@ -64,7 +64,7 @@ private:
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
|
|