Chromium Code Reviews
DescriptionFix use-after-scope issue in WebFrameTest.
Local variable client goes out of scope before WebViewHelper,
which indirectly access client during destruction.
The bug was found by AddressSanitizer with use-after-free check
enabled. It's currently being rolled out into Chrome, and this CL
is a part of a larger cleanup of existing failures.
BUG=649897
Committed: https://crrev.com/f21d6e5f8417163e52730a30b9e85fb6cfd6f251
Cr-Commit-Position: refs/heads/master@{#439982}
Patch Set 1 #Patch Set 2 : Fix a few more similar cases #Messages
Total messages: 15 (8 generated)
|