| Index: third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl
|
| index 3d14090f1928c2368d1227d5892c998e61d4ac28..b1e39cecb2579236befa5eb2a6e32b727e4fc3df 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl
|
| @@ -23,7 +23,7 @@ bool OriginTrials::{{feature.first_lowered_name}}Enabled(ExecutionContext* execu
|
| {% endif %}
|
|
|
| OriginTrialContext* context = OriginTrialContext::from(executionContext, OriginTrialContext::DontCreateIfNotExists);
|
| - return context && context->isFeatureEnabled("{{feature.origin_trial_feature_name}}");
|
| + return context && context->isTrialEnabled("{{feature.origin_trial_feature_name}}");
|
| {% if feature.origin_trial_os %}
|
| #else
|
| return false;
|
|
|