| Index: content/common/frame_owner_properties.cc
|
| diff --git a/content/common/frame_owner_properties.cc b/content/common/frame_owner_properties.cc
|
| index 706a200be096110894697241eacf4ca724da4954..acb7b41942dbfc2073ec90e102c2e743ca78b427 100644
|
| --- a/content/common/frame_owner_properties.cc
|
| +++ b/content/common/frame_owner_properties.cc
|
| @@ -27,8 +27,7 @@ bool FrameOwnerProperties::operator==(const FrameOwnerProperties& other) const {
|
| allow_payment_request == other.allow_payment_request &&
|
| is_display_none == other.is_display_none &&
|
| required_csp == other.required_csp &&
|
| - std::equal(allowed_features.begin(), allowed_features.end(),
|
| - other.allowed_features.begin());
|
| + allowed_features == other.allowed_features;
|
| }
|
|
|
| } // namespace content
|
|
|