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:
parent
0c63a3c83a
commit
623ac06045
|
@ -701,7 +701,7 @@ void ClientHandler::EndTracing() {
|
|||
new Client(this);
|
||||
} else {
|
||||
CefPostTask(TID_UI,
|
||||
NewCefRunnableMethod(this, &ClientHandler::BeginTracing));
|
||||
NewCefRunnableMethod(this, &ClientHandler::EndTracing));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue