Remove callerRealm from HostEnsureCanCompileStrings#7653
Conversation
|
The companion PR on ECMAScript is tc39/ecma262#2670. |
|
Tagging "do not merge yet" until the 262 PR is merged. (Note, if they don't want to merge it in 262, then we can adapt this PR to just not pass the second realm to CSP.) |
|
tc39/ecma262#2670 is merged, so we should be good to go here. In tc39/ecma262#2670 it was suggested to rename |
|
Maybe we should call it realm? The weird thing is that "callee" isn't referring to HostEnsureCanCompileStrings, but rather to the caller of HostEnsureCanCompileStrings. |
754859d to
e0c1a94
Compare
|
Makes sense. I renamed it realm. |
|
Thanks @antosart for making the cleanup happen across all these repositories, this is a lot better. |
This PR removes the parameter
callerRealmfromHostEnsureCanCompileStrings. The parameter was sent toEnsureCSPDoesNotBlockStringCompilationin CSP, which however does not use that parameter (the parameter is being removed there, too, see w3c/webappsec-csp#541).This change is a no-op, so I believe the following does not apply.
(See WHATWG Working Mode: Changes for more details.)
/index.html ( diff )
/timers-and-user-prompts.html ( diff )
/webappapis.html ( diff )