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 ff489c30451b2ffdb0ab191b0276be61b83a1b54..c36b790aa07deed5f7d730a13f68a6ecd618f524 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h |
@@ -28,7 +28,6 @@ |
#include "core/CoreExport.h" |
#include "core/clipboard/DataTransferAccessPolicy.h" |
#include "core/fetch/ImageResource.h" |
-#include "core/fetch/ResourcePtr.h" |
#include "core/page/DragActions.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/heap/Handle.h" |
@@ -131,7 +130,7 @@ private: |
Member<DataObject> m_dataObject; |
IntPoint m_dragLoc; |
- ResourcePtr<ImageResource> m_dragImage; |
+ RefPtrWillBeMember<ImageResource> m_dragImage; |
RefPtrWillBeMember<Node> m_dragImageElement; |
}; |