DescriptionFix function name inference corruption for async functions
The code which pushes and pops to the function name inference stack
generally checks if the stack is active with the IsOpen method. One
piece of code pertaining to async functions was missing that check.
This patch adds it.
BUG=chromium:658267
R=gsathya,caitp
Committed: https://crrev.com/06f8e877267c9acae10e53e3054bea209dc92b78
Cr-Commit-Position: refs/heads/master@{#41120}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 17 (8 generated)
|