Update to Chromium version 109.0.5414.8
This commit is contained in:
parent
30a321b1ce
commit
cd5e37ab62
|
@ -7,5 +7,6 @@
|
||||||
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
||||||
|
|
||||||
{
|
{
|
||||||
'chromium_checkout': 'refs/tags/109.0.5414.0'
|
'chromium_checkout': 'refs/tags/109.0.5414.8',
|
||||||
|
'depot_tools_checkout': 'ca3ebf119e'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git base/command_line.cc base/command_line.cc
|
diff --git base/command_line.cc base/command_line.cc
|
||||||
index 2f3596defccf4..9d4e42bbeb473 100644
|
index 77a452c8f84b5..78d39b419b8d4 100644
|
||||||
--- base/command_line.cc
|
--- base/command_line.cc
|
||||||
+++ base/command_line.cc
|
+++ base/command_line.cc
|
||||||
@@ -339,11 +339,10 @@ void CommandLine::AppendSwitchPath(StringPiece switch_string,
|
@@ -339,11 +339,10 @@ void CommandLine::AppendSwitchPath(StringPiece switch_string,
|
||||||
|
|
Loading…
Reference in New Issue