refactor: remove guestInstanceId from WebPreferences (#30280)

* refactor: remove guestInstanceId from WebPreferences

* refactor: remove WebViewManager::GetEmbedder
This commit is contained in:
Milan Burda 2021-07-29 00:32:53 +02:00 committed by GitHub
parent c3abbdefdd
commit c5ad7ed0cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 53 additions and 71 deletions

View file

@ -108,7 +108,7 @@ declare namespace NodeJS {
interface InternalWebPreferences {
contextIsolation: boolean;
guestInstanceId: number;
isWebView: boolean;
hiddenPage: boolean;
nativeWindowOpen: boolean;
nodeIntegration: boolean;