summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl b/chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl
index c728fc844e9..c0d7d888ee6 100644
--- a/chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl
+++ b/chromium/third_party/blink/renderer/modules/sensor/relative_orientation_sensor.idl
@@ -2,15 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Specification at:
// https://w3c.github.io/orientation-sensor/#relativeorientationsensor-interface
[
- Constructor(optional SpatialSensorOptions sensorOptions),
- ConstructorCallWith=ExecutionContext,
SecureContext,
- RaisesException=Constructor,
- MeasureAs=RelativeOrientationSensorConstructor,
Exposed=Window
] interface RelativeOrientationSensor : OrientationSensor {
+ [CallWith=ExecutionContext, RaisesException, MeasureAs=RelativeOrientationSensorConstructor] constructor(optional SpatialSensorOptions sensorOptions = {});
};