Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 5caab36c0065429345c19af9f7601def6cb9b2bd..2b3174e342411b9db1ca3d2d854cbea8cd2ad160 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -309,6 +309,9 @@ public: |
ElementAnimateKeyframeListEffectObjectTiming = 292, |
ElementAnimateKeyframeListEffectDoubleTiming = 293, |
ElementAnimateKeyframeListEffectNoTiming = 294, |
+ DocumentXPathCreateExpression = 295, |
+ DocumentXPathCreateNSResolver = 296, |
+ DocumentXPathEvaluate = 297, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
NumberOfFeatures, // This enum value must be last. |