| Index: ui/keyboard/keyboard_controller_proxy.cc
|
| diff --git a/ui/keyboard/keyboard_controller_proxy.cc b/ui/keyboard/keyboard_controller_proxy.cc
|
| index 4a0dd4f6fe2010ffc0e83b42ee05e488e4b5f9e5..2ade09d540bc80346b675ddf5ea0f05319261210 100644
|
| --- a/ui/keyboard/keyboard_controller_proxy.cc
|
| +++ b/ui/keyboard/keyboard_controller_proxy.cc
|
| @@ -68,7 +68,7 @@ class KeyboardContentsDelegate : public content::WebContentsDelegate,
|
| }
|
|
|
| // Overridden from content::WebContentsObserver:
|
| - virtual void WebContentsDestroyed(content::WebContents* contents) OVERRIDE {
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| delete this;
|
| }
|
|
|
|
|