| Index: content/public/common/drop_data.cc
|
| diff --git a/content/public/common/drop_data.cc b/content/public/common/drop_data.cc
|
| index c3bb9251b7e4d03d6c270c3f5e54127c28460ecc..c8a24c85baba81c3af6ab36b93f68b78b908c2d0 100644
|
| --- a/content/public/common/drop_data.cc
|
| +++ b/content/public/common/drop_data.cc
|
| @@ -8,7 +8,8 @@ namespace content {
|
|
|
| DropData::DropData()
|
| : did_originate_from_renderer(false),
|
| - referrer_policy(blink::WebReferrerPolicyDefault) {}
|
| + referrer_policy(blink::WebReferrerPolicyDefault),
|
| + key_modifiers(0) {}
|
|
|
| DropData::DropData(const DropData& other) = default;
|
|
|
|
|