| 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 3f8e08f84f4b477f98f523149a0e6ee35afcc478..dc705fd6819883fa29b950dbdaef1c22b7dda481 100644
|
| --- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
|
| @@ -9,7 +9,7 @@ dictionary KeyboardEventInit : EventModifierInit {
|
| DOMString code = "";
|
| unsigned long location = 0;
|
| boolean repeat = false;
|
| - // TODO(philipj): boolean isComposing = false;
|
| + // TODO(foolip): boolean isComposing = false;
|
|
|
| // Non-standard APIs
|
| DOMString keyIdentifier = "";
|
|
|