| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.idl
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
 | 
| index 064e63ae3e0309247b7ee9ec3721402ec465b4e2..9b75e1ed58ce56b3074b091981cdccb9be864ffc 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
 | 
| @@ -30,7 +30,7 @@ interface HTMLScriptElement : HTMLElement {
 | 
|  
 | 
|      // obsolete members
 | 
|      // https://html.spec.whatwg.org/#HTMLScriptElement-partial
 | 
| -    // TODO(philipj): The event and htmlFor attributes should return the empty
 | 
| +    // TODO(foolip): The event and htmlFor attributes should return the empty
 | 
|      // string on getting, and do nothing on setting.
 | 
|      [Reflect] attribute DOMString event;
 | 
|      [Reflect=for] attribute DOMString htmlFor;
 | 
| 
 |