| Index: third_party/WebKit/Source/core/dom/NodeList.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeList.cpp b/third_party/WebKit/Source/core/dom/NodeList.cpp
|
| index a11c40ae43bfd0f779d55ad9c2151c65dc7afcb4..5f46cc91ffd00e730de14158443948eda0645719 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeList.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NodeList.cpp
|
| @@ -28,7 +28,7 @@ namespace {
|
| }
|
|
|
| private:
|
| - const RefPtrWillBeMember<NodeList> m_nodeList;
|
| + const Member<NodeList> m_nodeList;
|
| };
|
|
|
| } // namespace
|
|
|