| Index: third_party/WebKit/Source/modules/sensor/Gyroscope.idl
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Gyroscope.idl b/third_party/WebKit/Source/modules/sensor/Gyroscope.idl
|
| index b0f0b14c3e7ea0eba36eb00b24eda075f9e3b5d5..49557a36355fdbd06597537e719186ad16ffd6a3 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Gyroscope.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Gyroscope.idl
|
| @@ -8,7 +8,7 @@
|
| [
|
| RuntimeEnabled=Sensor,
|
| Constructor(optional SensorOptions sensorOptions),
|
| - ConstructorCallWith=ScriptState,
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| ] interface Gyroscope : Sensor {
|
| readonly attribute GyroscopeReading? reading;
|
|
|