| Index: third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Magnetometer.idl b/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| index 2d0f8a57926489928312bb72bef0b349eb2b1caf..cc29a23ebc64ed4c78b651b04db8c5c559070c9f 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| @@ -11,5 +11,7 @@
|
| ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| ] interface Magnetometer : Sensor {
|
| - readonly attribute MagnetometerReading? reading;
|
| + readonly attribute unrestricted double? x;
|
| + readonly attribute unrestricted double? y;
|
| + readonly attribute unrestricted double? z;
|
| };
|
|
|