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

Unified Diff: third_party/WebKit/Source/core/events/KeyboardEvent.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/events/KeyboardEvent.idl
diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.idl b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
index 3b3cb1ff9ebe97f8f530490ad3c03f676e51ae5e..7266a87ee180bcdbf43fd30eeef4db2f9e6e6589 100644
--- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl
+++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
@@ -37,7 +37,7 @@
readonly attribute boolean altKey;
readonly attribute boolean metaKey;
readonly attribute boolean repeat;
- // TODO(philipj): readonly attribute boolean isComposing;
+ // TODO(foolip): readonly attribute boolean isComposing;
boolean getModifierState(DOMString keyArg);
// https://w3c.github.io/uievents/#idl-interface-KeyboardEvent-initializers
« no previous file with comments | « third_party/WebKit/Source/core/events/HashChangeEvent.idl ('k') | third_party/WebKit/Source/core/events/KeyboardEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698