| Index: Source/modules/device_light/DeviceLightEventInit.idl | 
| diff --git a/Source/modules/device_light/DeviceLightEventInit.idl b/Source/modules/device_light/DeviceLightEventInit.idl | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..c7245e6ee91643eedda3946bcde417d2703077ea | 
| --- /dev/null | 
| +++ b/Source/modules/device_light/DeviceLightEventInit.idl | 
| @@ -0,0 +1,9 @@ | 
| +// 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. | 
| + | 
| +// http://w3c.github.io/ambient-light/#idl-def-DeviceLightEvent | 
| + | 
| +dictionary DeviceLightEventInit : EventInit { | 
| +    unrestricted double value; | 
| +}; | 
|  |