| 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.
|
|
|