aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-electron_shell_common_node__bindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-electron_shell_common_node__bindings.cc')
-rw-r--r--devel/electron38/files/patch-electron_shell_common_node__bindings.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/electron38/files/patch-electron_shell_common_node__bindings.cc b/devel/electron38/files/patch-electron_shell_common_node__bindings.cc
index cb6fa1fa4a3f..1e48c2301eb5 100644
--- a/devel/electron38/files/patch-electron_shell_common_node__bindings.cc
+++ b/devel/electron38/files/patch-electron_shell_common_node__bindings.cc
@@ -1,6 +1,6 @@
---- electron/shell/common/node_bindings.cc.orig 2025-09-02 20:56:04 UTC
+--- electron/shell/common/node_bindings.cc.orig 2025-10-21 13:26:57 UTC
+++ electron/shell/common/node_bindings.cc
-@@ -46,7 +46,7 @@
+@@ -49,7 +49,7 @@
#include "third_party/electron_node/src/debug_utils.h"
#include "third_party/electron_node/src/module_wrap.h"
@@ -9,7 +9,7 @@
#include "shell/common/crash_keys.h"
#endif
-@@ -161,7 +161,7 @@ void V8FatalErrorCallback(const char* location, const
+@@ -164,7 +164,7 @@ void V8FatalErrorCallback(const char* location, const
void V8FatalErrorCallback(const char* location, const char* message) {
LOG(ERROR) << "Fatal error in V8: " << location << " " << message;
@@ -18,7 +18,7 @@
electron::crash_keys::SetCrashKey("electron.v8-fatal.message", message);
electron::crash_keys::SetCrashKey("electron.v8-fatal.location", location);
#endif
-@@ -183,7 +183,7 @@ void V8OOMErrorCallback(const char* location, const v8
+@@ -186,7 +186,7 @@ void V8OOMErrorCallback(const char* location, const v8
LOG(ERROR) << "OOM detail: " << details.detail;
}
@@ -27,7 +27,7 @@
electron::crash_keys::SetCrashKey("electron.v8-oom.is_heap_oom",
std::to_string(details.is_heap_oom));
if (location) {
-@@ -580,7 +580,7 @@ void NodeBindings::Initialize(v8::Isolate* const isola
+@@ -627,7 +627,7 @@ void NodeBindings::Initialize(v8::Isolate* const isola
TRACE_EVENT0("electron", "NodeBindings::Initialize");
// Open node's error reporting system for browser process.