| Index: third_party/WebKit/Source/core/page/DragState.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragState.h b/third_party/WebKit/Source/core/page/DragState.h
|
| index 0058502777c737e867e278f4f7bce6db2b314faa..bae382f6ddbe2e636aa45abd11b79a756e045bb6 100644
|
| --- a/third_party/WebKit/Source/core/page/DragState.h
|
| +++ b/third_party/WebKit/Source/core/page/DragState.h
|
| @@ -42,7 +42,7 @@ class DragState final : public GarbageCollectedFinalized<DragState> {
|
| public:
|
| DragState() { }
|
|
|
| - RefPtrWillBeMember<Node> m_dragSrc; // element that may be a drag source, for the current mouse gesture
|
| + Member<Node> m_dragSrc; // element that may be a drag source, for the current mouse gesture
|
| DragSourceAction m_dragType;
|
| Member<DataTransfer> m_dragDataTransfer; // used on only the source side of dragging
|
|
|
|
|