| Code-Review | +1 |
Would it be possible for you to come up with regression test? (not blocking landing
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
inline-script-cache: Fix crash when CodeCacheHost gets unavailable during script execution
This CL fixes a crash in `SourceKeyedCachedMetadataHandler` when
`CodeCacheHost` becomes unavailable, for example, when an inline script
in a frame removes the frame containing itself from DOM. Because
`V8CodeCache::ProduceCache()` is called after the execution of
`V8ScriptRunner::RunCompiledScript()` in
`V8ScriptRunner::CompileAndRunScript()`, `CodeCacheHost` can be lost
when producing the code cache.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |