Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletGlobalScope.h

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698