| Index: third_party/WebKit/Source/core/html/HTMLCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCollection.h b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| index 7b435fe61f923e97d26f027f86fce0bdab86241f..ba31447a5b0e7753203012fbe658af44c45d7603 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| @@ -180,7 +180,7 @@ class CORE_EXPORT HTMLCollection
|
| // Do not repeat registration for the same invalidation type.
|
| if (InvalidationType() != kInvalidateOnIdNameAttrChange)
|
| GetDocument().RegisterNodeListWithIdNameCache(this);
|
| - named_item_cache_ = std::move(cache);
|
| + named_item_cache_ = cache;
|
| }
|
|
|
| NamedItemCache& GetNamedItemCache() const {
|
|
|