| Index: third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js b/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js
|
| index 79760d23c285213aba02e68e58b6108e6c1e5dbd..0672b1023bf1dcc7606201482e3d2fad3a64818b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js
|
| @@ -623,10 +623,7 @@ UI.TextPrompt = class extends Common.Object {
|
| * @return {boolean}
|
| */
|
| tabKeyPressed(event) {
|
| - this.acceptAutoComplete();
|
| -
|
| - // Consume the key.
|
| - return true;
|
| + return this.acceptAutoComplete();
|
| }
|
|
|
| /**
|
|
|