| 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 3c9a8e77c4f6be7655be1bef58e8e015ffa94687..2a72d069f3423123b9e6346517ebbc6fdea88a9f 100644
|
| --- a/components/devtools_http_handler/devtools_http_handler.cc
|
| +++ b/components/devtools_http_handler/devtools_http_handler.cc
|
| @@ -320,7 +320,7 @@
|
|
|
| static bool TimeComparator(const DevToolsTargetDescriptor* desc1,
|
| const DevToolsTargetDescriptor* desc2) {
|
| - return desc1->GetLastActiveTime() > desc2->GetLastActiveTime();
|
| + return desc1->GetLastActivityTime() > desc2->GetLastActivityTime();
|
| }
|
|
|
| // DevToolsHttpHandler::ServerSocketFactory ----------------------------------
|
|
|