| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index de094c16d0c1b123ed4c80e3d870760e1c3010a1..89393299396cef7687de8069c4d1f2bd70298302 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -154,7 +154,7 @@ void NavigatorContentUtils::registerProtocolHandler(Navigator* navigator, const
|
| if (!verifyProtocolHandlerScheme(scheme, "registerProtocolHandler", es))
|
| return;
|
|
|
| - NavigatorContentUtils::from(navigator->frame()->page())->client()->registerProtocolHandler(scheme, baseURL, url, navigator->frame()->displayStringModifiedByEncoding(title));
|
| + NavigatorContentUtils::from(navigator->frame()->page())->client()->registerProtocolHandler(scheme, baseURL, url, title);
|
| }
|
|
|
| #if ENABLE(CUSTOM_SCHEME_HANDLER)
|
|
|