blob: 8a7d18a9dfdfba7cb1b40c5136278f001cae7cd5 [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;
};