mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
You're not my real Dad, cpplint
This commit is contained in:
@@ -81,7 +81,7 @@ void WebViewManager::AddGuest(int guest_instance_id,
|
||||
|
||||
void WebViewManager::RemoveGuest(int guest_instance_id) {
|
||||
auto web_contents = web_contents_map_[guest_instance_id].web_contents;
|
||||
|
||||
|
||||
if (web_contents) {
|
||||
content::BrowserThread::PostTask(
|
||||
content::BrowserThread::IO, FROM_HERE,
|
||||
|
||||
Reference in New Issue
Block a user