git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
NodeLists should not invalidate on irreleavnt attribute changes
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
HTMLCollection.h
diff --git
a/Source/WebCore/html/HTMLCollection.h
b/Source/WebCore/html/HTMLCollection.h
index
8e5a4f6
..
1330a1b
100644
(file)
--- a/
Source/WebCore/html/HTMLCollection.h
+++ b/
Source/WebCore/html/HTMLCollection.h
@@
-63,7
+63,6
@@
protected:
private:
using DynamicNodeListCacheBase::isRootedAtDocument;
- using DynamicNodeListCacheBase::shouldInvalidateOnAttributeChange;
using DynamicNodeListCacheBase::setItemCache;
mutable NodeCacheMap m_idCache;