Index: Source/core/dom/Clipboard.idl |
diff --git a/Source/core/dom/Clipboard.idl b/Source/core/dom/Clipboard.idl |
index 8b1d8e3c68cbdf4ed0f10d44066362e0ae86695e..9f58e7df5e14993a1e37801e8e1d0fbbcbbb115c 100644 |
--- a/Source/core/dom/Clipboard.idl |
+++ b/Source/core/dom/Clipboard.idl |
@@ -33,7 +33,7 @@ |
readonly attribute DOMString[] types; |
readonly attribute FileList files; |
- [Custom, RaisesException] void clearData(optional DOMString type); |
+ void clearData(optional DOMString type); |
DOMString getData(DOMString type); |
boolean setData(DOMString type, DOMString data); |
[Custom, RaisesException] void setDragImage(HTMLImageElement image, long x, long y); |