| Index: third_party/WebKit/Source/core/page/DragController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp
|
| index 2d8151091ced750a11e9f8fd43112388e55c2220..69f9d72e50da43e35350020dbcd8ba8e1a2cfa55 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/DragController.cpp
|
| @@ -754,7 +754,7 @@ bool DragController::populateDragDataTransfer(LocalFrame* src, const DragState&
|
| return false;
|
| // Simplify whitespace so the title put on the clipboard resembles what the user sees
|
| // on the web page. This includes replacing newlines with spaces.
|
| - dataTransfer->writeURL(linkURL, hitTestResult.textContent().simplifyWhiteSpace());
|
| + dataTransfer->writeURL(node, linkURL, hitTestResult.textContent().simplifyWhiteSpace());
|
| }
|
| // FIXME: For DHTML/draggable element drags, write element markup to clipboard.
|
| return true;
|
|
|