| 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 f470931caf363962c557d68c34c612646dc8fc30..3b45615661c5f27fc1d79d2b39f14c514177def7 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.idl
|
| @@ -13,6 +13,7 @@ enum SensorState {
|
| };
|
|
|
| [
|
| + ActiveScriptWrappable,
|
| RuntimeEnabled=Sensor,
|
| ] interface Sensor : EventTarget {
|
| readonly attribute SensorState state;
|
|
|