| Index: third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
|
| diff --git a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
|
| index 1e35007918cc9c683fd3b59accb0d8e646bc3daf..c9b69cd945aa1ad0ab942bdba33c7961d112213e 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
|
| @@ -11,5 +11,5 @@
|
| ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| ] interface AmbientLightSensor : Sensor {
|
| - readonly attribute AmbientLightSensorReading? reading;
|
| + readonly attribute unrestricted double? illuminance;
|
| };
|
|
|