| Index: third_party/WebKit/Source/core/dom/LiveNodeList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/LiveNodeList.h b/third_party/WebKit/Source/core/dom/LiveNodeList.h
|
| index c8457dd42a264480068ae77d603c7ad95b67a03b..fa483d082faf5f60e8335c355f90b1929c86c90a 100644
|
| --- a/third_party/WebKit/Source/core/dom/LiveNodeList.h
|
| +++ b/third_party/WebKit/Source/core/dom/LiveNodeList.h
|
| @@ -36,7 +36,7 @@ namespace blink {
|
| class Element;
|
|
|
| class LiveNodeList : public NodeList, public LiveNodeListBase {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LiveNodeList);
|
| + USING_GARBAGE_COLLECTED_MIXIN(LiveNodeList);
|
| public:
|
| LiveNodeList(ContainerNode& ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListRootType::Node)
|
| : LiveNodeListBase(ownerNode, rootType, invalidationType, collectionType) { }
|
|
|