| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| index 066ef4d7e17f31d05c97cfdc82c0df0ea9b7bd9f..6ae660d4fe2911eb87a854ccf10fa5a006e25592 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| @@ -59,9 +59,7 @@ bool WorkletGlobalScope::IsJSExecutionForbidden() const {
|
| return script_controller_->IsExecutionForbidden();
|
| }
|
|
|
| -bool WorkletGlobalScope::IsSecureContext(
|
| - String& error_message,
|
| - const SecureContextCheck privilege_context_check) const {
|
| +bool WorkletGlobalScope::IsSecureContext(String& error_message) const {
|
| // Until there are APIs that are available in worklets and that
|
| // require a privileged context test that checks ancestors, just do
|
| // a simple check here.
|
|
|