Index: trunk/Source/core/page/UseCounter.cpp |
=================================================================== |
--- trunk/Source/core/page/UseCounter.cpp (revision 157750) |
+++ trunk/Source/core/page/UseCounter.cpp (working copy) |
@@ -495,7 +495,6 @@ |
case CSSPropertyObjectFit: return 433; |
case CSSPropertyPaintOrder: return 434; |
case CSSPropertyMaskSourceType: return 435; |
- case CSSPropertyObjectPosition: return 436; |
// Add new features above this line (don't change the assigned numbers of the existing |
// items) and update maximumCSSSampleId() with the new maximum value. |
@@ -510,7 +509,7 @@ |
return 0; |
} |
-static int maximumCSSSampleId() { return 436; } |
+static int maximumCSSSampleId() { return 434; } |
UseCounter::UseCounter() |
{ |