Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: Source/core/dom/Clipboard.idl

Issue 26023003: Get rid of custom code for clipboard.clearData() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/dom/Clipboard.cpp ('K') | « Source/core/dom/Clipboard.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« Source/core/dom/Clipboard.cpp ('K') | « Source/core/dom/Clipboard.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698