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.
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
1326
|
|
Changed: yurys@chromium.org Wed 01 Jun 2022 08:27:21 PM PDT
|