Fix typo in comment
This commit is contained in:
parent
32327b77a5
commit
bd99bcbf64
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ bool AtomBrowserClient::ShouldCreateNewSiteInstance(
|
||||||
//
|
//
|
||||||
// NOTE: We know that nativeWindowOpen is enabled at this point
|
// NOTE: We know that nativeWindowOpen is enabled at this point
|
||||||
// because we check if it is NOT enabled above this point. We
|
// because we check if it is NOT enabled above this point. We
|
||||||
// will only reach this return if sanbox is disabled but
|
// will only reach this return if sandbox is disabled but
|
||||||
// nativeWindowOpen is enabled.
|
// nativeWindowOpen is enabled.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue