diff options
Diffstat (limited to 'webkit/glue/plugins/plugin_host.cc')
-rw-r--r-- | webkit/glue/plugins/plugin_host.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/plugins/plugin_host.cc b/webkit/glue/plugins/plugin_host.cc index 256716f..7abe811 100644 --- a/webkit/glue/plugins/plugin_host.cc +++ b/webkit/glue/plugins/plugin_host.cc @@ -1040,7 +1040,8 @@ NPError NPN_GetValueForURL(NPP id, if (!webplugin) return NPERR_GENERIC_ERROR; - // Bypass third-party cookie blocking by using the url as the policy_url. + // Bypass third-party cookie blocking by using the url as the + // first_party_for_cookies. GURL cookies_url((std::string(url))); result = webplugin->GetCookies(cookies_url, cookies_url); break; |