Fix spelling error in OnProcessMessageReceived (issue #636).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@689 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-06-11 20:03:49 +00:00
parent 1161d18c82
commit 11fb746e95
21 changed files with 38 additions and 38 deletions

View File

@ -585,7 +585,7 @@ void CefBrowserImpl::OnRequest(const Cef_Request_Params& params) {
CefRefPtr<CefProcessMessageImpl> message(
new CefProcessMessageImpl(const_cast<Cef_Request_Params*>(&params),
false, true));
success = handler->OnProcessMessageRecieved(this, PID_BROWSER,
success = handler->OnProcessMessageReceived(this, PID_BROWSER,
message.get());
message->Detach(NULL);
}