| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 5d1c8fe17d5869dc2ddaa1fe2acc0bbab8cac032..b5692a5504ce857ce5804a0073ccb4f7fa4fcdf2 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -277,6 +277,7 @@ public:
|
| ReplaceDocumentViaJavaScriptURL,
|
| ElementSetAttributeNodeNS, // Removed from DOM4.
|
| ElementPrefixedMatchesSelector,
|
| + DOMImplementationCreateCSSStyleSheet,
|
| // 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.
|
|
|