chore: remove unused element_instance_id_to_guest_map_ from WebViewManager (#28979)
This commit is contained in:
parent
3d6343ed51
commit
a0589ca5d7
5 changed files with 4 additions and 45 deletions
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
|
@ -97,7 +97,7 @@ declare namespace NodeJS {
|
|||
}
|
||||
|
||||
interface WebViewManagerBinding {
|
||||
addGuest(guestInstanceId: number, elementInstanceId: number, embedder: Electron.WebContents, guest: Electron.WebContents, webPreferences: Electron.WebPreferences): void;
|
||||
addGuest(guestInstanceId: number, embedder: Electron.WebContents, guest: Electron.WebContents, webPreferences: Electron.WebPreferences): void;
|
||||
removeGuest(embedder: Electron.WebContents, guestInstanceId: number): void;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue