| Index: android_webview/native/aw_dev_tools_server.cc
|
| diff --git a/android_webview/native/aw_dev_tools_server.cc b/android_webview/native/aw_dev_tools_server.cc
|
| index 0bedb7a0a6d2dd71f4a0bba5600f36509b4e279f..e1cdc725fe3ea0ab500c3adc093ee86ecb3efe31 100644
|
| --- a/android_webview/native/aw_dev_tools_server.cc
|
| +++ b/android_webview/native/aw_dev_tools_server.cc
|
| @@ -72,7 +72,7 @@ Target::Target(WebContents* web_contents) {
|
| description_ = GetViewDescription(web_contents);
|
| title_ = base::UTF16ToUTF8(web_contents->GetTitle());
|
| url_ = web_contents->GetURL();
|
| - last_activity_time_ = web_contents->GetLastSelectedTime();
|
| + last_activity_time_ = web_contents->GetLastActiveTime();
|
| }
|
|
|
| // Delegate implementation for the devtools http handler for WebView. A new
|
|
|