| Index: third_party/WebKit/Source/core/dom/LiveNodeList.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/LiveNodeList.cpp b/third_party/WebKit/Source/core/dom/LiveNodeList.cpp
|
| index 58bb1071ea92b61a519f0786fe237beb5e9c646b..81b0b2a2c41b7322436fabfe9367418814766137 100644
|
| --- a/third_party/WebKit/Source/core/dom/LiveNodeList.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/LiveNodeList.cpp
|
| @@ -39,7 +39,7 @@ public:
|
| }
|
|
|
| private:
|
| - RawPtrWillBeMember<const LiveNodeList> m_list;
|
| + Member<const LiveNodeList> m_list;
|
| };
|
|
|
| } // namespace
|
|
|