| Index: third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.cpp b/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| index 768532a05cfd8fc3602fb9c96d253795b26b398a..4ecc4eb46fc3fe70133ff7dbbb34a0fd4c749d8d 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| @@ -297,6 +297,7 @@ WebDragData DataObject::toWebDragData()
|
| {
|
| WebDragData data;
|
| data.initialize();
|
| + data.setModifierKeyState(m_modifiers);
|
| WebVector<WebDragData::Item> itemList(length());
|
|
|
| for (size_t i = 0; i < length(); ++i) {
|
|
|