Index: third_party/WebKit/Source/core/html/HTMLSelectElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl |
index 01e27f784352b9e1ddbb07abbf09619bcab90cd7..1a72fc4912cdc03a4ccba8af04955ff62a6bed0d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl |
@@ -22,7 +22,7 @@ |
// https://html.spec.whatwg.org/#the-select-element |
interface HTMLSelectElement : HTMLElement { |
- // TODO(philipj): attribute DOMString autocomplete; |
+ // TODO(foolip): attribute DOMString autocomplete; |
[Reflect] attribute boolean autofocus; |
[Reflect] attribute boolean disabled; |
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form; |
@@ -34,7 +34,7 @@ interface HTMLSelectElement : HTMLElement { |
readonly attribute DOMString type; |
readonly attribute HTMLOptionsCollection options; |
- // TODO(philipj): The length setter should never throw. |
+ // TODO(foolip): The length setter should never throw. |
[RaisesException=Setter] attribute unsigned long length; |
getter Element? item(unsigned long index); |
HTMLOptionElement? namedItem(DOMString name); |