chore: bump chromium to 123.0.6264.0 (main) (#41124)

* chore: bump chromium in DEPS to 123.0.6264.0

* chore: update patches

* 5224145: Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'""

5224145

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
electron-roller[bot] 2024-01-25 18:57:47 -05:00 committed by GitHub
parent 9e630eb66a
commit 6c9f9de40a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 88 additions and 88 deletions

View file

@ -46,10 +46,10 @@ index 6cdf53b19c7d058bb66b9fcbe745874cc48daa99..8d112008c2667db97ed5b5af3f87c40d
V8_INLINE static void* GetAlignedPointerFromInternalField(
const BasicTracedReference<Object>& object, int index) {
diff --git a/src/api/api.cc b/src/api/api.cc
index 8b709703b5fb51fed49832992f6c1dbeab933442..4e1c3bc844e18e7beb9c68823f7ff0be9a251871 100644
index 73b8f11b7675f08177d6f05cb3c34fd3624fb0f5..8e22398ac924ae82eda7cd46a2e61cd7ddf894b1 100644
--- a/src/api/api.cc
+++ b/src/api/api.cc
@@ -6283,14 +6283,33 @@ Local<Data> v8::Object::SlowGetInternalField(int index) {
@@ -6304,14 +6304,33 @@ Local<Data> v8::Object::SlowGetInternalField(int index) {
isolate);
}