fix: pass frameId to v8Util.setRemoteCallbackFreer() (#20732)

This commit is contained in:
Milan Burda
2019-10-29 07:40:09 +01:00
committed by Cheng Zhao
parent 375e612ac5
commit 0f7ebff81e
4 changed files with 17 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ declare namespace NodeJS {
deleteHiddenValue(obj: any, key: string): void;
requestGarbageCollectionForTesting(): void;
createDoubleIDWeakMap(): any;
setRemoteCallbackFreer(fn: Function, contextId: String, id: number, sender: any): void
setRemoteCallbackFreer(fn: Function, frameId: number, contextId: String, id: number, sender: any): void
}
interface Process {