| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index cb97f595831a762872d1339a1b9454542f8b4f75..9c8936a00f3c947702e53d8b15a521ae4d4ecf36 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -30,7 +30,7 @@ class Sensor : public EventTargetWithInlineData,
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - enum class SensorState { Idle, Activating, Active, Errored };
|
| + enum class SensorState { Idle, Activating, Activated, Errored };
|
|
|
| ~Sensor() override;
|
|
|
|
|