Fix ClientHandler::EndTracing to call correct method (issue #1254).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1698 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-05-06 17:34:42 +00:00
parent 0c63a3c83a
commit 623ac06045
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ void ClientHandler::EndTracing() {
new Client(this);
} else {
CefPostTask(TID_UI,
NewCefRunnableMethod(this, &ClientHandler::BeginTracing));
NewCefRunnableMethod(this, &ClientHandler::EndTracing));
}
}