mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
Remove redundant atom:: namespace use
This commit is contained in:
@@ -77,7 +77,7 @@ WebViewManager* WebViewManager::GetWebViewManager(
|
||||
auto context = web_contents->GetBrowserContext();
|
||||
if (context) {
|
||||
auto manager = context->GetGuestManager();
|
||||
return static_cast<atom::WebViewManager*>(manager);
|
||||
return static_cast<WebViewManager*>(manager);
|
||||
} else {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user