| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index b17f54766a80f9941f918501ffe7e876eae6f14b..b80753991642c04c570d00d13784941489435e9b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1121,6 +1121,7 @@ public:
|
| V8Document_Scripts_AttributeGetter = 1302,
|
| V8Document_Anchors_AttributeGetter = 1303,
|
| V8Document_Applets_AttributeGetter = 1304,
|
| + XMLHttpRequestCrossOriginWithCredentials = 1305,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|