| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index a4a092be16961640e5931ecad2fee0a5760aa6c8..b7ffa07868250cccaa571af40aa4a24707dd7f2a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -139,7 +139,7 @@ public:
|
|
|
| virtual void scriptLoaded(size_t scriptSize, size_t cachedMetadataSize) { }
|
|
|
| - bool isPrivilegedContext(String& errorMessage, const PrivilegeContextCheck = StandardPrivilegeCheck) const override;
|
| + bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|