| 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 35ba847bafe8108c598fa812a3a85512ffd380a2..c3f6aa33a3c7c8f5a8d7a5bb3220195c92453afe 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1518,7 +1518,7 @@ class CORE_EXPORT UseCounter {
|
| GenericSensorOnActivate = 1902,
|
| GenericSensorOnChange = 1903,
|
| GenericSensorOnError = 1904,
|
| - GenericSensorState = 1905,
|
| + GenericSensorActivated = 1905,
|
| GyroscopeConstructor = 1906,
|
| MagnetometerConstructor = 1907,
|
| OrientationSensorPopulateMatrix = 1908,
|
|
|