| 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 f9742bf70ab27a80873cd32790c2e9a0e218156a..7fe245c36babd4c1a4f39bc097df04fb8a592cab 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
|
| @@ -88,7 +88,7 @@ public:
|
|
|
| PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, LocalFrame*) const;
|
| void declareAndWriteDragImage(Element*, const KURL&, const String& title);
|
| - void writeURL(const KURL&, const String&);
|
| + void writeURL(Node*, const KURL&, const String&);
|
| void writeSelection(const FrameSelection&);
|
|
|
| void setAccessPolicy(DataTransferAccessPolicy);
|
|
|