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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTextAreaElement.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/HTMLTextAreaElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
index ea7ca760f41738b09f32065c1b6f22482c9260d9..832ac3cbe88e1f7b19f1fbf66a0ce3d06cb98893 100644
--- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
@@ -53,7 +53,7 @@ interface HTMLTextAreaElement : HTMLElement {
readonly attribute NodeList labels;
void select();
- // TODO(philipj): selectionStart and selectionEnd should be unsigned long.
+ // TODO(foolip): selectionStart and selectionEnd should be unsigned long.
attribute long selectionStart;
attribute long selectionEnd;
attribute DOMString selectionDirection;
@@ -62,7 +62,7 @@ interface HTMLTextAreaElement : HTMLElement {
unsigned long start,
unsigned long end,
optional SelectionMode selectionMode = "preserve");
- // TODO(philipj): The start and end arguments should be unsigned long and
+ // TODO(foolip): The start and end arguments should be unsigned long and
// should not be optional.
void setSelectionRange([Default=Undefined] optional long start,
[Default=Undefined] optional long end,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTableElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698