| 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 ace7379c5f50595f930e118d54401a84956e1130..2d0f8a57926489928312bb72bef0b349eb2b1caf 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
|
| @@ -8,7 +8,7 @@
|
| [
|
| RuntimeEnabled=Sensor,
|
| Constructor(optional SensorOptions sensorOptions),
|
| - ConstructorCallWith=ScriptState,
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| ] interface Magnetometer : Sensor {
|
| readonly attribute MagnetometerReading? reading;
|
|
|