Chromium Code Reviews

Unified Diff: Source/core/frame/UseCounter.h

Issue 108063006: Add a UseCounter for Element.webkitMatchesSelector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 325470e12cb6c056c318370e675ee7b023cf55a7..5d1c8fe17d5869dc2ddaa1fe2acc0bbab8cac032 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -276,6 +276,7 @@ public:
HTMLElementOuterText,
ReplaceDocumentViaJavaScriptURL,
ElementSetAttributeNodeNS, // Removed from DOM4.
+ ElementPrefixedMatchesSelector,
// Add new features immediately above this line. Don't change assigned
// numbers of each items, and don't reuse unused slots.
NumberOfFeatures, // This enum value must be last.
« no previous file with comments | « Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine