| Index: third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| index 746697815b5fd1401b0668df80aea6fa9c0f7c86..883b8441b81612f20dfe7544f2daa2a855aa946e 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| virtual bool canAffectSelector() const { return false; }
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void detach(const AttachContext& = AttachContext()) override;
|
|
|
| size_t distributedNodesSize() const { return m_distributedNodes.size(); }
|
|
|