| Index: third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
 | 
| index bbd977b56a9fbc551369bf3014e273c79ab8039a..a90496ec4d8e2447767fb0d3c2d0ae419ff2ce5a 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
 | 
| @@ -746,7 +746,7 @@ WebInspector.ScreencastView.prototype = {
 | 
|  
 | 
|      _navigationUrlKeyUp: function(event)
 | 
|      {
 | 
| -        if (event.keyIdentifier !== "Enter")
 | 
| +        if (event.key !== "Enter")
 | 
|              return;
 | 
|          var url = this._navigationUrl.value;
 | 
|          if (!url)
 | 
| 
 |