| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| index f817a043ae11339e059a239605193edae8382197..708c776f3b07dda02269aa88fc969cd03148c126 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| @@ -62,9 +62,7 @@ class CORE_EXPORT WorkletGlobalScope
|
| NOTREACHED();
|
| return nullptr;
|
| } // WorkletGlobalScopes don't have an event queue.
|
| - bool IsSecureContext(
|
| - String& error_message,
|
| - const SecureContextCheck = kStandardSecureContextCheck) const final;
|
| + bool IsSecureContext(String& error_message) const final;
|
|
|
| using SecurityContext::GetSecurityOrigin;
|
| using SecurityContext::GetContentSecurityPolicy;
|
|
|