Fix a crash of SRI when used with web workers
SubresourceIntegrity::CheckSubresourceIntegrity expects a non-null Document which doesn't exist in workers. This CL replaces Document with ExecutionContext. BUG=678515 R=jochen@chromium.org Review-Url: https://codereview.chromium.org/2614813004 Cr-Commit-Position: refs/heads/master@{#442800}
Showing
Please register or sign in to comment