Chromium Code Reviews| Index: ui/views/style/platform_style_mac.mm |
| diff --git a/ui/views/style/platform_style_mac.mm b/ui/views/style/platform_style_mac.mm |
| index 866bba64424ff4c8a7f9876c0567c8dbd7287280..ddb21d100c737a283618c3c67fb20d73f3ee7563 100644 |
| --- a/ui/views/style/platform_style_mac.mm |
| +++ b/ui/views/style/platform_style_mac.mm |
| @@ -85,7 +85,7 @@ void PlatformStyle::ApplyLabelButtonTextStyle( |
| } |
| // static |
| -void PlatformStyle::OnTextfieldKeypressUnhandled() { |
| +void PlatformStyle::OnTextfieldEditFailed() { |
| NSBeep(); |
| } |