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

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1697 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-05-06 17:34:12 +00:00
parent 9440210129
commit 7c3abcb7e8

View File

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