mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

> lgtm % null-check for the docshell The code is inside following if condition ``` if (auto* browserChild = BrowserChild::GetFrom(root->GetDocShell())) { ``` which ensures that the doc shell is not null.