Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index 428d91320e704528cfe4cd2e5f2cfad7b434e409..c9bf62090ba920feb6e81f198501d803a730953a 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -483,7 +483,7 @@ bool DragController::concludeEditDrag(DragData* dragData) |
VisibleSelection dragCaret(m_page->dragCaretController().caretPosition()); |
m_page->dragCaretController().clear(); |
RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange(); |
- RefPtr<Element> rootEditableElement = innerFrame->selection().rootEditableElement(); |
+ RefPtrWillBeRawPtr<Element> rootEditableElement = innerFrame->selection().rootEditableElement(); |
// For range to be null a WebKit client must have done something bad while |
// manually controlling drag behaviour |