forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
22 lines
834 B
Diff
22 lines
834 B
Diff
--- a/components/crash/core/app/crashpad.cc
|
|
+++ b/components/crash/core/app/crashpad.cc
|
|
@@ -28,7 +28,7 @@
|
|
#include "build/chromeos_buildflags.h"
|
|
#include "components/crash/core/app/crash_reporter_client.h"
|
|
#include "components/crash/core/common/crash_key.h"
|
|
-#include "third_party/abseil-cpp/absl/base/internal/raw_logging.h"
|
|
+#include <absl/base/internal/raw_logging.h>
|
|
#include "third_party/crashpad/crashpad/client/annotation.h"
|
|
#include "third_party/crashpad/crashpad/client/annotation_list.h"
|
|
#include "third_party/crashpad/crashpad/client/crash_report_database.h"
|
|
@@ -49,6 +49,9 @@
|
|
#include "components/crash/core/app/crash_export_thunks.h"
|
|
#endif
|
|
|
|
+#if ABSL_LTS_RELEASE_VERSION < 20230000
|
|
+#define raw_log_internal raw_logging_internal
|
|
+#endif
|
|
namespace crash_reporter {
|
|
|
|
#if BUILDFLAG(IS_IOS)
|