| Index: components/devtools_http_handler/devtools_http_handler.cc
|
| diff --git a/components/devtools_http_handler/devtools_http_handler.cc b/components/devtools_http_handler/devtools_http_handler.cc
|
| index 2a72d069f3423123b9e6346517ebbc6fdea88a9f..3c9a8e77c4f6be7655be1bef58e8e015ffa94687 100644
|
| --- a/components/devtools_http_handler/devtools_http_handler.cc
|
| +++ b/components/devtools_http_handler/devtools_http_handler.cc
|
| @@ -320,7 +320,7 @@ class DevToolsAgentHostClientImpl : public DevToolsAgentHostClient {
|
|
|
| static bool TimeComparator(const DevToolsTargetDescriptor* desc1,
|
| const DevToolsTargetDescriptor* desc2) {
|
| - return desc1->GetLastActivityTime() > desc2->GetLastActivityTime();
|
| + return desc1->GetLastActiveTime() > desc2->GetLastActiveTime();
|
| }
|
|
|
| // DevToolsHttpHandler::ServerSocketFactory ----------------------------------
|
|
|