Browse Source

chore: bump chromium to 91.0.4472.164 (13-x-y) (#30169)

* chore: bump chromium in DEPS to 91.0.4472.164

* chore: update patches

* fix DEPS

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <[email protected]>
electron-roller[bot] 3 years ago
parent
commit
77fbad0333
2 changed files with 6 additions and 3 deletions
  1. 4 1
      DEPS
  2. 2 2
      patches/v8/dcheck.patch

+ 4 - 1
DEPS

@@ -10,11 +10,12 @@ gclient_gn_args = [
   'checkout_openxr',
   'checkout_google_benchmark',
   'mac_xcode_version',
+  'generate_location_tags',
 ]
 
 vars = {
   'chromium_version':
-    '91.0.4472.124',
+    '91.0.4472.164',
   'node_version':
     'v14.16.0',
   'nan_version':
@@ -52,6 +53,8 @@ vars = {
 
   'mac_xcode_version': 'default',
 
+  'generate_location_tags': False,
+
   # To allow running hooks without parsing the DEPS tree
   'process_deps': True,
 

+ 2 - 2
patches/v8/dcheck.patch

@@ -19,10 +19,10 @@ index 50173de3f145b4febcc29c03080306c137918527..1ac347ede7e51559917f09442ac4824f
    isolate->default_microtask_queue()->PerformCheckpoint(this);
  }
 diff --git a/src/heap/heap.cc b/src/heap/heap.cc
-index af55137e1f6026f5e97f7b496ee71b78ddeb665b..582fc6302bddc736d71cb650d45d6bf9deafa9b2 100644
+index 8b8c30a1b0b60865cdcd714c5fcbf442a7fe822e..9e27e7a38b4b4eda5e6dbfcfa25dc4bbf46dcec5 100644
 --- a/src/heap/heap.cc
 +++ b/src/heap/heap.cc
-@@ -5607,9 +5607,9 @@ void Heap::TearDown() {
+@@ -5611,9 +5611,9 @@ void Heap::TearDown() {
  void Heap::AddGCPrologueCallback(v8::Isolate::GCCallbackWithData callback,
                                   GCType gc_type, void* data) {
    DCHECK_NOT_NULL(callback);