Skip to content

Commit 46760d0

Browse files
committed
Update Chromium
Submodule src/3rdparty 67ff901e..45d204bc: * [backport] Fix build with Pipewire 1.4 * [Backport] Security bug 409243443 Pick-to: 6.9 Fixes: QTBUG-136167 Change-Id: I6aa170194b77e108623125e91662d2cfaee13ab3 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
1 parent b838c2b commit 46760d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHROMIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
Based on Chromium version: 130.0.6723.192
3-
Patched with security patches up to Chromium version: 135.0.7049.95
3+
Patched with security patches up to Chromium version: 135.0.7049.115

src/core/web_engine_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ const char *qWebEngineChromiumVersion() noexcept
12031203

12041204
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
12051205
{
1206-
return "135.0.7049.95"; // FIXME: Remember to update
1206+
return "135.0.7049.115"; // FIXME: Remember to update
12071207
}
12081208

12091209
QT_END_NAMESPACE

0 commit comments

Comments
 (0)