| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index c2fb4fca126c4ad8cbab2c82838947f445b7c8dd..8c42e353bd2302a1f611a8763ee64bf95ca076e6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -328,7 +328,7 @@ public:
|
|
|
| virtual void copyNonAttributePropertiesFromElement(const Element&) { }
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void detach(const AttachContext& = AttachContext()) override;
|
|
|
| virtual LayoutObject* createLayoutObject(const ComputedStyle&);
|
|
|