| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 69fa207e326fc98572f37961b08a5f03a36f4ea8..7b7bb4e3c80da94338efc6a33e2857b5fd370023 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -109,7 +109,7 @@ public:
|
|
|
| void cloneChildNodes(ContainerNode* clone);
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void detach(const AttachContext& = AttachContext()) override;
|
| LayoutRect boundingBox() const final;
|
| void setFocus(bool) override;
|
|
|