summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2022-06-25 00:12:20 +0200
committerSzabolcs David <davidsz@inf.u-szeged.hu>2022-06-27 17:56:31 +0000
commit675674fcec744f4556c3685c4128afacb7e8d829 (patch)
tree625cc0854249e803b33dfd1a4ce27c549597b02c /src
parent8aec356e116db5ac43a8ffae65e75f3ec4b3d018 (diff)
Fix build on Mac with native spellchecking enabled
Pick-to: 6.4 Change-Id: I79c69e428eab226c5f2eb954bc2317a1d0e88d99 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/configure/BUILD.root.gn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/configure/BUILD.root.gn.in b/src/core/configure/BUILD.root.gn.in
index f1fa1eaa3..de490ffc1 100644
--- a/src/core/configure/BUILD.root.gn.in
+++ b/src/core/configure/BUILD.root.gn.in
@@ -196,7 +196,7 @@ source_set("qtwebengine_spellcheck_sources") {
]
if (is_mac && use_browser_spellchecker) {
sources += [
- "//chrome/browser/spellchecker/spell_check_host_chrome_impl_mac.cc",
+ "//chrome/browser/spellchecker/spelling_request.cc",
]
}
}