[ESW] Ignore ExtensionFunctions appearing after worker has stopped.
ExtensionFunction can appear after a worker has already stopped. Trying to execute the ExtensionFunction results in EFD::CheckPermissions failure. As the worker is stopped, we can safely ignore this extension function. Subsequent CL will add tests for this once crbug/999027 is completely fixed. related patches. Bug: 999027 Test: Locally trying UpdatePackedExtension test few thousand time with Change-Id: I6e8d8716d4bec349034502233782ada8674d1325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832465 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#706036}
Showing
Please register or sign in to comment