fix: webFrame spell checker APIs crashing in sandboxed renderers (#29053)
This commit is contained in:
parent
1336978de9
commit
aea8d5325c
7 changed files with 187 additions and 176 deletions
|
@ -60,6 +60,8 @@ class RendererClientBase : public content::ContentRendererClient
|
|||
RendererClientBase();
|
||||
~RendererClientBase() override;
|
||||
|
||||
static RendererClientBase* Get();
|
||||
|
||||
#if BUILDFLAG(ENABLE_BUILTIN_SPELLCHECKER)
|
||||
// service_manager::LocalInterfaceProvider implementation.
|
||||
void GetInterface(const std::string& name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue