Fix ClientHandler::EndTracing to call correct method (issue #1254).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1696 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
01cba8ccb4
commit
bee216cfb2
|
@ -615,7 +615,7 @@ void ClientHandler::EndTracing() {
|
|||
new Client(this);
|
||||
} else {
|
||||
CefPostTask(TID_UI,
|
||||
NewCefRunnableMethod(this, &ClientHandler::BeginTracing));
|
||||
NewCefRunnableMethod(this, &ClientHandler::EndTracing));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue