| 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..f02148075d613c5a634a79a340b8c98f6457dc7e 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| @@ -20,8 +20,8 @@ enum SensorState {
|
| readonly attribute SensorState state;
|
| readonly attribute SensorReading? reading;
|
|
|
| - [CallWith=ScriptState, RaisesException] void start();
|
| - [CallWith=ScriptState, RaisesException] void stop();
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=GenericSensorStart] void start();
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=GenericSensorStop] void stop();
|
|
|
| attribute EventHandler onerror;
|
| attribute EventHandler onchange;
|
|
|