diff options
-rw-r--r-- | webkit/glue/password_form_dom_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/password_form_dom_manager.cc b/webkit/glue/password_form_dom_manager.cc index 0593be9..036a464 100644 --- a/webkit/glue/password_form_dom_manager.cc +++ b/webkit/glue/password_form_dom_manager.cc @@ -42,7 +42,7 @@ PasswordForm* PasswordFormDomManager::CreatePasswordForm( // Get the document URL WebCore::String origin_string = form->document()->documentURI(); - GURL full_origin(webkit_glue::StringToStdWString(origin_string)); + GURL full_origin(webkit_glue::StringToStdString16(origin_string)); // Calculate the canonical action URL GURL full_action(webkit_glue::KURLToGURL(loader->completeURL(form->action()))); |