| Bot-Commit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Gerrit GetPureRevert API does not mark this CL as a pure revert. Learn more: go/rubber-stamper-user-guide.
| 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. |
injected_script_manager_ = nullptr;Is it possible that this would gc the injected script manager (as expected), destroying the fields it creates and leaving the dangling pointers to the injected script manager in the inspector state?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
injected_script_manager_ = nullptr;Is it possible that this would gc the injected script manager (as expected), destroying the fields it creates and leaving the dangling pointers to the injected script manager in the inspector state?
That's a good catch. I don't think this is practically significant because we wouldn't touch any of the fields after Dispose(), but let me take care of this just in case.