| Index: third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| index a2e2ff761a2f91a942b28e3eb2166409fc4420e1..e3091b9ed50113492376d14ef72e10ecba245301 100644
|
| --- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| @@ -9,5 +9,5 @@ dictionary KeyboardEventInit : EventModifierInit {
|
| DOMString code = "";
|
| unsigned long location = 0;
|
| boolean repeat = false;
|
| - // TODO(foolip): boolean isComposing = false;
|
| + boolean isComposing = false;
|
| };
|
|
|