| Index: third_party/WebKit/Source/core/dom/NodeChildRemovalTracker.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeChildRemovalTracker.h b/third_party/WebKit/Source/core/dom/NodeChildRemovalTracker.h
|
| index c8499f9f3ea2d7c72813b86293020488f028929c..8f696b9b74e6d99c9eb3787990a026b88b1dd3d7 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeChildRemovalTracker.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeChildRemovalTracker.h
|
| @@ -44,7 +44,7 @@ private:
|
| Node& node() const { return *m_node; }
|
| NodeChildRemovalTracker* previous() { return m_previous; }
|
|
|
| - RawPtrWillBeMember<Node> m_node;
|
| + Member<Node> m_node;
|
| // Using raw pointers are safe because these NodeChildRemovalTrackers are
|
| // guaranteed to be on a stack.
|
| NodeChildRemovalTracker* m_previous;
|
|
|