| 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 3a0ddecca444565e0430aa3fb62c5cd93addedd5..2b1009344a2af523e2cbb8e43d77dd7ce1831531 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1527,6 +1527,7 @@ class CORE_EXPORT UseCounter {
|
| MagnetometerConstructor = 1907,
|
| OrientationSensorPopulateMatrix = 1908,
|
| WindowOpenWithInvalidURL = 1909,
|
| + CrossOriginMainFrameNulledNameAccessed = 1910,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|