| Index: extensions/common/features/api_feature.cc
|
| diff --git a/extensions/common/features/api_feature.cc b/extensions/common/features/api_feature.cc
|
| index 67882f90d5d051cf35bf787e958e8787c669e68e..20a5f1012c09e00033b551b54ed0e15f2bd334a6 100644
|
| --- a/extensions/common/features/api_feature.cc
|
| +++ b/extensions/common/features/api_feature.cc
|
| @@ -15,7 +15,7 @@ bool APIFeature::Validate(std::string* error) {
|
| if (!SimpleFeature::Validate(error))
|
| return false;
|
|
|
| - if (contexts()->empty()) {
|
| + if (contexts().empty()) {
|
| *error = name() + ": API features must specify at least one context.";
|
| return false;
|
| }
|
|
|