| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index a4ee138eff77f7102a53cd46587bbe0e57ed0cf6..467e46c17e3482aa55686d0cea2e4a2cdbcbdecf 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -283,9 +283,7 @@ WorkerEventQueue* WorkerGlobalScope::GetEventQueue() const {
|
| return event_queue_.Get();
|
| }
|
|
|
| -bool WorkerGlobalScope::IsSecureContext(
|
| - String& error_message,
|
| - const SecureContextCheck privilege_context_check) const {
|
| +bool WorkerGlobalScope::IsSecureContext(String& error_message) const {
|
| // Until there are APIs that are available in workers and that
|
| // require a privileged context test that checks ancestors, just do
|
| // a simple check here. Once we have a need for a real
|
|
|