diff --git a/patches/chrome-VERSION.patch b/patches/chrome-VERSION.patch index 0969760bec6..dc0ede69fa7 100644 --- a/patches/chrome-VERSION.patch +++ b/patches/chrome-VERSION.patch @@ -1,12 +1,12 @@ diff --git a/chrome/VERSION b/chrome/VERSION -index 3e5542ce16d8f64de418b76927eec2276ed2b00a..911b62494ca15da41ded1362f7e3a577b36a8839 100644 +index 44f92d7063ae328ea559cf8d7da98b6894e02b3a..6269dfd8293367c89cf2e5b1ea8d8d690b045d29 100644 --- a/chrome/VERSION +++ b/chrome/VERSION @@ -1,4 +1,4 @@ MAJOR=94 -MINOR=0 -BUILD=4606 --PATCH=50 +-PATCH=54 +MINOR=1 +BUILD=32 +PATCH=5 diff --git a/patches/third_party-blink-renderer-modules-plugins-dom_plugin_array.cc.patch b/patches/third_party-blink-renderer-modules-plugins-dom_plugin_array.cc.patch index 4b29457e4ed..253c0179795 100644 --- a/patches/third_party-blink-renderer-modules-plugins-dom_plugin_array.cc.patch +++ b/patches/third_party-blink-renderer-modules-plugins-dom_plugin_array.cc.patch @@ -1,8 +1,8 @@ diff --git a/third_party/blink/renderer/modules/plugins/dom_plugin_array.cc b/third_party/blink/renderer/modules/plugins/dom_plugin_array.cc -index fcaabbb69c024240d37c056c36b874c0e6cb3a36..43532320baf4ac14ef6e903e1d20324e45affb96 100644 +index af14f519bae5db2e8b09af4b8bd270e8ded1cf76..ffb57031c5c6a1ba38195fd510baaa0fe93f3ae2 100644 --- a/third_party/blink/renderer/modules/plugins/dom_plugin_array.cc +++ b/third_party/blink/renderer/modules/plugins/dom_plugin_array.cc -@@ -197,6 +197,7 @@ void DOMPluginArray::UpdatePluginData() { +@@ -196,6 +196,7 @@ void DOMPluginArray::UpdatePluginData() { } return; } @@ -10,7 +10,7 @@ index fcaabbb69c024240d37c056c36b874c0e6cb3a36..43532320baf4ac14ef6e903e1d20324e PluginData* data = GetPluginData(); if (!data) { dom_plugins_.clear(); -@@ -218,6 +219,7 @@ void DOMPluginArray::UpdatePluginData() { +@@ -217,6 +218,7 @@ void DOMPluginArray::UpdatePluginData() { } } }