X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fshell%2Fgeolocation%2Fshell_access_token_store.cc;h=bdcf6994c6c36b3f2b8ae5b14b813edd63d38ddb;hb=8be7648e3bc188a587d5050c5a945c1099957e8b;hp=cec481d50180db14ea6522697188f645da898345;hpb=3cb1527a1d0111fd75188ac2c34c117944473076;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/shell/geolocation/shell_access_token_store.cc b/src/content/shell/geolocation/shell_access_token_store.cc index cec481d..bdcf699 100644 --- a/src/content/shell/geolocation/shell_access_token_store.cc +++ b/src/content/shell/geolocation/shell_access_token_store.cc @@ -45,7 +45,8 @@ void ShellAccessTokenStore::RespondOnOriginatingThread( // we provide a dummy access_token set to avoid hitting the server. AccessTokenSet access_token_set; access_token_set[GURL()] = base::ASCIIToUTF16("chromium_content_shell"); - callback.Run(access_token_set, system_request_context_); + callback.Run(access_token_set, system_request_context_.get()); + system_request_context_ = NULL; } void ShellAccessTokenStore::SaveAccessToken(