summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/web_contents_view_qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_view_qt.cpp b/src/core/web_contents_view_qt.cpp
index 932170634..af0c1fe38 100644
--- a/src/core/web_contents_view_qt.cpp
+++ b/src/core/web_contents_view_qt.cpp
@@ -50,6 +50,7 @@ namespace QtWebEngineCore {
void WebContentsViewQt::initialize(WebContentsAdapterClient* client)
{
m_client = client;
+ m_factoryClient = client;
// Check if a RWHV was created before the initialization.
if (m_webContents->GetRenderWidgetHostView())