| Index: third_party/WebKit/Source/core/dom/NodeList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeList.h b/third_party/WebKit/Source/core/dom/NodeList.h
|
| index 17be3f13f427d220f2eea16451dd7e6d33f68f23..4bc88470f434274a54b30590ce7fa943d74bbe49 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeList.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeList.h
|
| @@ -33,7 +33,7 @@ namespace blink {
|
|
|
| class Node;
|
|
|
| -class CORE_EXPORT NodeList : public RefCountedWillBeGarbageCollectedFinalized<NodeList>, public ScriptWrappable, public ValueIterable<Node *> {
|
| +class CORE_EXPORT NodeList : public GarbageCollectedFinalized<NodeList>, public ScriptWrappable, public ValueIterable<Node *> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual ~NodeList() { }
|
|
|