refactor: use WeakRef on renderer side of remote (#24037)

This commit is contained in:
Jeremy Rose
2020-06-12 15:50:03 -07:00
committed by GitHub
parent 178e46cd23
commit 379bb174e9
6 changed files with 26 additions and 117 deletions

View File

@@ -595,8 +595,6 @@ source_set("electron_lib") {
sources += [
"shell/common/api/remote/remote_callback_freer.cc",
"shell/common/api/remote/remote_callback_freer.h",
"shell/common/api/remote/remote_object_freer.cc",
"shell/common/api/remote/remote_object_freer.h",
]
}