| Index: third_party/WebKit/Source/core/dom/TreeShared.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeShared.h b/third_party/WebKit/Source/core/dom/TreeShared.h
|
| index c77ff192c1e8da9da55606f83c96c7b5804990f7..88b1d03a609b02edfdbbe507edb125fe6359d31d 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeShared.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeShared.h
|
| @@ -33,7 +33,7 @@ template<typename NodeType> class TreeShared;
|
| template<typename NodeType> void adopted(TreeShared<NodeType>*);
|
| #endif
|
|
|
| -template<typename NodeType> class TreeShared : public NoBaseWillBeGarbageCollectedFinalized<NodeType> {
|
| +template<typename NodeType> class TreeShared : public GarbageCollectedFinalized<NodeType> {
|
| WTF_MAKE_NONCOPYABLE(TreeShared);
|
| protected:
|
| TreeShared()
|
|
|