Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index b2fcd082443f2ec959d4fb1bbfcc1da4b0d3cd08..40f0e43c5e241d2dc519de9c0582f81bf8873231 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -832,6 +832,7 @@ public: |
| CSSAnimationsStackedNeutralKeyframe = 937, |
| ReadingCheckedInClickHandler = 938, |
| FlexboxIntrinsicSizeAlgorithmIsDifferent = 939, |
| + FetchHeaderValue = 940, |
|
hiroshige
2015/08/27 11:38:08
FetchHeaderValue looks too general.
How about some
shiva.jm
2015/09/01 08:26:51
Done.
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |