| 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 42d80f42172ecb67b953a8c81986c1b9f2e6eaea..2ccc024ed736e7cbb009e661fac6676dd20e08f8 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1307,6 +1307,8 @@ public:
|
| PointerEnterLeaveFiredWhileCaptured = 1537,
|
| PointerOverOutFiredWhileCaptured = 1538,
|
| DraggableAttribute = 1539,
|
| + CleanScriptElementWithNonce = 1540,
|
| + PotentiallyInjectedScriptElementWithNonce = 1541,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|