| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index d9668fae4e4ac9fe1f33e689bfddec3783ccee22..c34ee3a05473e8980daf8a2aff4a2a3ff8b86d16 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -754,6 +754,10 @@ public:
|
| NavigatorVibrate = 850,
|
| NavigatorVibrateSubFrame = 851,
|
| PermissionStatusStatus = 852,
|
| + V8XPathEvaluator_Constructor = 853,
|
| + V8XPathEvaluator_CreateExpression_Method = 854,
|
| + V8XPathEvaluator_CreateNSResolver_Method = 855,
|
| + V8XPathEvaluator_Evaluate_Method = 856,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|