summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Clipboard.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Clipboard.idl')
-rw-r--r--Source/WebCore/dom/Clipboard.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/dom/Clipboard.idl b/Source/WebCore/dom/Clipboard.idl
index 1024a36..d5bb331 100644
--- a/Source/WebCore/dom/Clipboard.idl
+++ b/Source/WebCore/dom/Clipboard.idl
@@ -42,6 +42,8 @@ module core {
[RequiresAllArguments] boolean setData(in DOMString type, in DOMString data);
[Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
raises(DOMException);
+
+ readonly attribute [Conditional=DATA_TRANSFER_ITEMS, EnabledAtRuntime=DataTransferItems] DataTransferItems items;
};
}