| 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..3a0ddecca444565e0430aa3fb62c5cd93addedd5 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,
|
| + WindowOpenWithInvalidURL = 1909,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|