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 b03f823e8bed6e7c21d67cf3203047be404dfb8f..30337242e35432d340de6da01d21eeebc01af08f 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -141,6 +141,7 @@ public: |
virtual void scriptLoaded(size_t scriptSize, size_t cachedMetadataSize) { } |
bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override; |
+ bool isSecureContext(const SecureContextCheck = StandardSecureContextCheck) const override; |
void registerEventListener(V8AbstractEventListener*); |
void deregisterEventListener(V8AbstractEventListener*); |