| Index: Source/core/page/DragController.cpp
|
| diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp
|
| index 2d7e4537bc9618136da86e32995b96638a8f5081..60d8f43d0103cec5e28c7bc7745d4f6339544842 100644
|
| --- a/Source/core/page/DragController.cpp
|
| +++ b/Source/core/page/DragController.cpp
|
| @@ -823,7 +823,7 @@ bool DragController::startDrag(Frame* src, const DragState& state, DragOperation
|
| // selected. In this case, we should expand the selection to
|
| // the enclosing anchor element
|
| Position pos = src->selection()->base();
|
| - Handle<Node> node = adoptRawResult(enclosingAnchorElement(pos));
|
| + Handle<Node> node = enclosingAnchorElement(pos);
|
| if (node)
|
| src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node.raw()));
|
| }
|
|
|