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