summaryrefslogtreecommitdiffstats
path: root/src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp')
-rw-r--r--src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp b/src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp
index fe6dcdd32..efaf54cd2 100644
--- a/src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp
+++ b/src/core/custom_handlers/register_protocol_handler_request_controller_impl.cpp
@@ -12,7 +12,7 @@ namespace QtWebEngineCore {
RegisterProtocolHandlerRequestControllerImpl::RegisterProtocolHandlerRequestControllerImpl(
content::WebContents *webContents,
- content::ProtocolHandler handler)
+ custom_handlers::ProtocolHandler handler)
: RegisterProtocolHandlerRequestController(
toQt(handler.url()),
toQt(handler.protocol()))