Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 05885ee812eaf007d632234a35468f8f935c5866..b5ce865a3710ef9c7afa2820a7e7550904c7396d 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -560,6 +560,7 @@ public: |
| MixedContentPlugin = 616, |
| MixedContentPrefetch = 617, |
| MixedContentVideo = 618, |
| + CORSCredentialledNullOriginAccessAllowed = 619, |
|
tyoshino (SeeGerritForStatus)
2014/12/10 11:27:44
nit: how about using the same spelling "Credential
sof
2014/12/10 11:40:41
The former doesn't use it? The British spelling is
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |