| Index: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| diff --git a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| index f2b361faf60643d6c4c63fdd99a320308bd31333..dea72355cba9658ce3725218612d5fe799100983 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| +++ b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| @@ -14,7 +14,7 @@ namespace blink {
|
| bool InternalsFrobulate::frobulate(ScriptState* scriptState, Internals& internals, ExceptionState& exceptionState)
|
| {
|
| String errorMessage;
|
| - if (!OriginTrials::experimentalFrameworkSampleAPIEnabled(scriptState->executionContext(), errorMessage)) {
|
| + if (!OriginTrials::experimentalFrameworkSampleAPIEnabled(scriptState->getExecutionContext(), errorMessage)) {
|
| exceptionState.throwDOMException(NotSupportedError, errorMessage);
|
| return false;
|
| }
|
|
|