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

Unified Diff: third_party/WebKit/Source/core/editing/Selection.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/editing/Selection.idl
diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
index b6f216f57fbbc88af72a2c255fff2c20e47083e1..2f8b61c191522fd5ababff02dda29e5bdd0c8bdb 100644
--- a/third_party/WebKit/Source/core/editing/Selection.idl
+++ b/third_party/WebKit/Source/core/editing/Selection.idl
@@ -51,7 +51,7 @@
[MeasureAs=SelectionCollapseToStart, RaisesException] void collapseToStart();
[MeasureAs=SelectionCollapseToEnd, RaisesException] void collapseToEnd();
[MeasureAs=SelectionExtend, RaisesException] void extend(Node node, optional long offset = 0);
- // TODO(philipj): The arguments should be anchorNode, anchorOffset,
+ // TODO(foolip): The arguments should be anchorNode, anchorOffset,
// focusNode and focusOffset, and none of them are nullable in the spec.
[MeasureAs=SelectionSetBaseAndExtent, RaisesException] void setBaseAndExtent(Node? baseNode, long baseOffset,
Node? extentNode, long extentOffset);
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl ('k') | third_party/WebKit/Source/core/events/AnimationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698