| 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 b85b102ab8e406d0aa0c93e4353049f110bce7f7..b9cc762ef9663c154d40ce513ee3337e3c72483f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -259,6 +259,8 @@ private:
|
| bool getUpperLeftCorner(FloatPoint&) const;
|
| bool getLowerRightCorner(FloatPoint&) const;
|
|
|
| + static bool shouldUpdateRangesAfterChildrenChanged(const ChildrenChange&);
|
| +
|
| Member<Node> m_firstChild;
|
| Member<Node> m_lastChild;
|
| };
|
|
|