Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index aa08ad5d3faadf741e083bfa14f3cceb41034e6b..68e43b76ce513465af9b75ab9363eae80ce85182 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -298,6 +298,7 @@ public: |
| PrefixedTransform3dMediaFeature, |
| PrefixedAnimationMediaFeature, |
| PrefixedViewModeMediaFeature, |
| + CaseInsensitiveAttrSelectorMatch, // Case-insensitivity dropped from specification. |
|
Mike West
2014/01/23 09:22:54
I'd suggest adding a counter for attribute selecto
Jens Widell
2014/01/23 09:38:49
I'm not 100 % sure how use counters work, but won'
Mike West
2014/01/23 10:08:24
I'd suggest that there are two relevant numbers:
Jens Widell
2014/01/23 10:27:21
How would you define 2? A case-insensitive attrib
|
| // 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. |