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