Index: Source/core/events/UIEvent.idl |
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl |
index 039d20c76671b7e9608fb3244971abc94ce9a961..73305c9baf6783b599adb9d4d458de78601c929a 100644 |
--- a/Source/core/events/UIEvent.idl |
+++ b/Source/core/events/UIEvent.idl |
@@ -22,6 +22,7 @@ |
] interface UIEvent : Event { |
readonly attribute Window? view; |
readonly attribute long detail; |
+ [RuntimeEnabled=InputDevice] readonly attribute InputDevice? sourceDevice; |
void initUIEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean canBubble, |