| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 0cf62701d6a3e20eca75c93e306422efa4c0010f..5d964607bbc8c3a191d4d8f53b7341fdc6c1774a 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -284,6 +284,8 @@ public:
|
| InitMessageEvent,
|
| PrefixedInitMessageEvent,
|
| ElementSetPrefix, // Element.prefix is readonly in DOM4.
|
| + CSSStyleDeclarationGetPropertyCSSValue,
|
| + SVGElementGetPresentationAttribute,
|
| // 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.
|
|
|