| Index: third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.idl b/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| index b36de85c1d1a8b332168e9c14f5db4a6438e567e..94a8c53f9c1a3880dbfdd0f1880f5bc19edf0cc8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| @@ -21,7 +21,7 @@
|
| // https://html.spec.whatwg.org/#the-table-element
|
|
|
| interface HTMLTableElement : HTMLElement {
|
| - // TODO(philipj): The caption, tHead and tFoot setters should never throw.
|
| + // TODO(foolip): The caption, tHead and tFoot setters should never throw.
|
| [RaisesException=Setter] attribute HTMLTableCaptionElement? caption;
|
| HTMLTableCaptionElement createCaption();
|
| void deleteCaption();
|
|
|