Index: third_party/WebKit/Source/core/clipboard/DataTransfer.h |
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.h b/third_party/WebKit/Source/core/clipboard/DataTransfer.h |
index 4429ae1173a8acdf575b812833405fa0473a8c69..6154cd081b3e1946818f55bdb6f5837a80cb0afd 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h |
@@ -43,7 +43,6 @@ class DataObject; |
class DataTransferItemList; |
class DragImage; |
class Element; |
-class ExceptionState; |
class FileList; |
class FrameSelection; |
class LocalFrame; |
@@ -83,7 +82,7 @@ public: |
FileList* files() const; |
IntPoint dragLocation() const { return m_dragLoc; } |
- void setDragImage(Element*, int x, int y, ExceptionState&); |
+ void setDragImage(Element*, int x, int y); |
void clearDragImage(); |
void setDragImageResource(ImageResource*, const IntPoint&); |
void setDragImageElement(Node*, const IntPoint&); |