Revert of Implement timers by posting delayed tasks (patchset #21 id:400001 of https...
[chromium-blink-merge.git] / third_party / WebKit / Source / core / events / UIEventInit.idl
blobe5b70e0fb481efd1e5c6bc0b1d03f099dcb36217
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // http://www.w3.org/TR/DOM-Level-3-Events/#idl-def-UIEvent
7 dictionary UIEventInit : EventInit {
8 Window? view = null;
9 long detail = 0;