Mark LayoutTest for rebaseline for V8 change.
Inline event handlers are compiled with v8::ScriptCompiler::CompileFunctionInContext. Previously, it compiles a wrapper script containing the event handler and executes this wrapper script to object the event handler function. This script execution is observable in debug stepping. An upcoming V8 change skips this wrapper script and creates the event handler function directly. This changes the debug stepping behavior. R=kozyatinskiy@chromium.org, machenbach@chromium.org Bug: v8:7172 Change-Id: I64ee3487f9ca893da305aa41dfc5d2e1e3da4ecc Reviewed-on: https://chromium-review.googlesource.com/955594Reviewed-by:Michael Achenbach <machenbach@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#542093}
Showing
Please register or sign in to comment