| Index: third_party/WebKit/Source/core/events/KeyboardEvent.idl
 | 
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.idl b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
 | 
| index 3b3cb1ff9ebe97f8f530490ad3c03f676e51ae5e..7266a87ee180bcdbf43fd30eeef4db2f9e6e6589 100644
 | 
| --- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl
 | 
| +++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
 | 
| @@ -37,7 +37,7 @@
 | 
|      readonly attribute boolean          altKey;
 | 
|      readonly attribute boolean          metaKey;
 | 
|      readonly attribute boolean          repeat;
 | 
| -    // TODO(philipj): readonly attribute boolean isComposing;
 | 
| +    // TODO(foolip): readonly attribute boolean isComposing;
 | 
|      boolean getModifierState(DOMString keyArg);
 | 
|  
 | 
|      // https://w3c.github.io/uievents/#idl-interface-KeyboardEvent-initializers
 | 
| 
 |