| 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..ee976145b2220c1b16d184418a40194eb358e97b 100644
|
| --- a/content/public/common/drop_data.cc
|
| +++ b/content/public/common/drop_data.cc
|
| @@ -8,6 +8,7 @@ namespace content {
|
|
|
| DropData::DropData()
|
| : did_originate_from_renderer(false),
|
| + has_url(false),
|
| referrer_policy(blink::WebReferrerPolicyDefault) {}
|
|
|
| DropData::DropData(const DropData& other) = default;
|
|
|