blob: b8fc18828bcaa0d6eb1b5653170757c143be17fd [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
ImplementedAs=DOMWindowDeviceOrientation
] partial interface Window {
attribute EventHandler ondeviceorientation;
attribute EventHandler ondeviceorientationabsolute;
};