| Index: Source/core/dom/DeviceOrientationEvent.idl
|
| diff --git a/Source/core/dom/DeviceOrientationEvent.idl b/Source/core/dom/DeviceOrientationEvent.idl
|
| index 286f2bbb68c7cfed9fd350a976af4629231b59d5..2ee7d333cc6e82604d6643da939c95964b891be1 100644
|
| --- a/Source/core/dom/DeviceOrientationEvent.idl
|
| +++ b/Source/core/dom/DeviceOrientationEvent.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface DeviceOrientationEvent : Event {
|
| +[
|
| + EnabledAtRuntime
|
| +] interface DeviceOrientationEvent : Event {
|
| readonly attribute double? alpha;
|
| readonly attribute double? beta;
|
| readonly attribute double? gamma;
|
|
|