| 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 079e2cca29df6d598985817aa75c08a9f30b34e3..a38bc0603caea9d2f653ee330d827e2a0c38abce 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| @@ -157,6 +157,7 @@ private:
|
|
|
| DEFINE_TYPE_CASTS(HTMLCollection, LiveNodeListBase, collection, isHTMLCollectionType(collection->type()), isHTMLCollectionType(collection.type()));
|
|
|
| +DISABLE_CFI_PERF
|
| inline void HTMLCollection::invalidateCacheForAttribute(const QualifiedName* attrName) const
|
| {
|
| if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName))
|
|
|