| Index: third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.idl b/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| index c58a10d135c7b871708566d0fdb1578d2c0b23cc..84bb40699bc89b5a8be83870934b3a94d10213a6 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| @@ -25,5 +25,5 @@ enum SensorState {
|
|
|
| attribute EventHandler onerror;
|
| attribute EventHandler onchange;
|
| - attribute EventHandler onstatechange;
|
| + attribute EventHandler onactivate;
|
| };
|
|
|