Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: Source/core/dom/Attr.cpp

Issue 1031073003: Deprecate Attr child nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/traversal/moz-bug590771-expected.txt ('k') | Source/core/dom/Attr.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Attr.cpp
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
index d177a9ed19712967f0e9b2b6f1544e7faf5d1f9d..a2641d205c594a6597ef5976daf124e11d7c2f68 100644
--- a/Source/core/dom/Attr.cpp
+++ b/Source/core/dom/Attr.cpp
@@ -171,7 +171,7 @@ void Attr::childrenChanged(const ChildrenChange&)
if (m_ignoreChildrenChanged > 0)
return;
- UseCounter::count(document(), UseCounter::AttrChildChange);
+ UseCounter::countDeprecation(document(), UseCounter::AttrChildChange);
QualifiedName name = qualifiedName();
invalidateNodeListCachesInAncestors(&name, m_element);
« no previous file with comments | « LayoutTests/traversal/moz-bug590771-expected.txt ('k') | Source/core/dom/Attr.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698