blob: 6d3d3b9ed440f98a62dbca0d502f9163def1869d [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.
[
RuntimeEnabled=DeviceLight,
EventConstructor
] interface DeviceLightEvent : Event {
[InitializedByEventConstructor] readonly attribute unrestricted double value;
};