| Index: third_party/WebKit/Source/core/html/HTMLOptionElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
|
| index 92a2323698a14747f936fb9950bb73fe0a0c7708..263ac8b53911e96bde579586484c6562d5d1c077 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl
|
| @@ -35,7 +35,7 @@
|
| [ImplementedAs=selectedForBinding] attribute boolean selected;
|
| attribute DOMString value;
|
|
|
| - // TODO(philipj): The text setter should never throw.
|
| + // TODO(foolip): The text setter should never throw.
|
| [RaisesException=Setter] attribute DOMString text;
|
| readonly attribute long index;
|
| };
|
|
|