Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/Source/core/html/HTMLTableElement.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698