Index: Source/core/events/UIEventInit.idl |
diff --git a/Source/core/events/UIEventInit.idl b/Source/core/events/UIEventInit.idl |
index debb6cfb3bf740622e79723f4f3705f702419bd0..522b00897166283d476ff70f537ca1f8bbfb20c1 100644 |
--- a/Source/core/events/UIEventInit.idl |
+++ b/Source/core/events/UIEventInit.idl |
@@ -7,4 +7,5 @@ |
dictionary UIEventInit : EventInit { |
Window? view = null; |
long detail = 0; |
+ [RuntimeEnabled=InputDevice] InputDevice? sourceDevice = null; |
}; |